tesla-common/Cargo.toml

11 lines
295 B
TOML
Raw Normal View History

2024-02-12 11:11:38 +11:00
[package]
name = "tesla-common"
2024-02-12 11:16:19 +11:00
version = "0.1.1"
2024-02-12 11:11:38 +11:00
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
serde = { version = "1.0", features = ["derive"] }
teslatte = { git = "https://git.alexjanka.com/alex/teslatte" }