Files
hemma/common/Cargo.toml
2024-03-27 08:59:18 +01:00

13 lines
289 B
TOML

[package]
name = "common"
version = "0.3.3"
edition = "2021"
[dependencies]
serde = { version = "1.0.137", features = ["derive"] }
chrono = { version = "0.4.20", features = ["serde"] }
[dependencies.lighter_lib]
git = "https://git.nubo.sh/hulthe/lighter.git"
#path = "../../lighter/lib"