publicise-rs/Cargo.toml

18 lines
411 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]
array_tool = "1.0.3"
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"] }
url = "2.2.2"
2022-01-07 14:20:17 +00:00
yaserde = "0.7.1"
yaserde_derive = "0.7.1"