Files
hemma/common/Cargo.toml

13 lines
289 B
TOML

[package]
name = "common"
version = "0.1.0"
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"