publicise-rs/Cargo.toml

15 lines
350 B
TOML
Raw Normal View History

2021-12-11 20:55:06 +00:00
[package]
name = "publicise-rs"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2021-12-13 06:20:45 +00:00
dotenv = "0.15.0"
env_logger = "0.8.4"
log = "0.4.0"
reqwest = { version = "0.11", features = ["json"] }
tokio = { version = "1", features = ["full"] }
xml-rs = "0.8.4"