Files
hemma/common/Cargo.toml
2026-05-15 16:24:55 +02:00

13 lines
289 B
TOML

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