Files
hemma/common/Cargo.toml
2022-07-29 02:21:33 +02:00

12 lines
235 B
TOML

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