docs: add github url to cargo.toml
This commit is contained in:
parent
92421e5cc5
commit
3fd59df8b8
|
@ -4,6 +4,7 @@ version = "0.1.0"
|
||||||
description = "A Rust crate and CLI for querying the Tesla API."
|
description = "A Rust crate and CLI for querying the Tesla API."
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
|
repository = "https://github.com/gak/teslatte"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["cli", "cli-pretty-json", "fancy-errors"]
|
default = ["cli", "cli-pretty-json", "fancy-errors"]
|
||||||
|
|
Loading…
Reference in a new issue