17 lines
439 B
TOML
17 lines
439 B
TOML
[package]
|
|
name = "ae_anons"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
reqwest = { version = "0.11", features = ["json", "multipart"] }
|
|
serde = { version = "1.0.228", features = ["derive"] }
|
|
serde_json = "1.0.149"
|
|
thiserror = "2.0.18"
|
|
urlencoding = "2.1.3"
|
|
tokio = { version = "1.51.1", features = ["full"] }
|
|
csv = "1.4.0"
|
|
dotenv = "0.15.0"
|
|
|
|
[dev-dependencies]
|
|
tokio = { version = "1.51.1", features = ["full", "rt-multi-thread"] } |