Terminwahl/Cargo.toml

7 lines
198 B
TOML
Raw Normal View History

2023-01-28 00:22:59 +01:00
[workspace]
members = ["terminwahl_back", "terminwahl_front"]
2023-01-29 22:56:33 +01:00
[workspace.dependencies]
serde = {version="1.0", features = ["derive"]}
serde_json = "1.0"
chrono = {version="*", features = ["serde"]}