pyruse/Cargo.toml

17 lines
401 B
TOML
Raw Normal View History

2019-11-23 23:10:40 +01:00
[package]
name = "pyruse"
version = "2.1.0"
authors = ["Y. <theYinYeti@yalis.fr>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
chrono = "0.4"
2021-02-20 18:53:11 +01:00
indexmap = { version = "1.3", features = ["serde-1"] }
2019-12-22 13:27:31 +01:00
serde = { version = "1.0", features = ["derive"] }
2019-11-23 23:10:40 +01:00
serde_json = "1.0"
serde_yaml = "0.8"
2021-02-20 18:53:11 +01:00
systemd = "0.8"
regex = "1"