tesla-common/Cargo.toml

13 lines
325 B
TOML
Raw Normal View History

2024-02-12 11:11:38 +11:00
[package]
name = "tesla-common"
2024-02-12 11:26:01 +11:00
version = "0.2.0"
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" }
2024-02-12 11:26:01 +11:00
ron = "0.8"
thiserror = "1.0"