docs: add github url to cargo.toml

This commit is contained in:
gak 2023-08-29 15:11:54 +10:00
parent 92421e5cc5
commit 3fd59df8b8
No known key found for this signature in database

View file

@ -4,6 +4,7 @@ version = "0.1.0"
description = "A Rust crate and CLI for querying the Tesla API."
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/gak/teslatte"
[features]
default = ["cli", "cli-pretty-json", "fancy-errors"]