13 lines
289 B
TOML
13 lines
289 B
TOML
[package]
|
|
name = "common"
|
|
version = "0.2.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"
|