acmec/Cargo.toml

11 lines
299 B
TOML
Raw Normal View History

2022-04-09 20:56:42 +00:00
[package]
name = "acmec"
version = "0.1.0"
edition = "2021"
[dependencies]
serde = { version = "1.0.136", features = ["derive"] }
2022-04-13 21:46:50 +00:00
reqwest = { version = "*", features = ["blocking", "json"] }
2022-04-09 20:56:42 +00:00
openssl = "0.10.38"
serde_json = "1.0.79"
2023-05-25 03:58:55 +00:00
dropfile = { git = "https://github.com/bridgeloop/dropfile.git" }