This repository has no description
435 B
17 lines
1[package]
2name = "mlang_http"
3version = "0.1.0"
4edition = "2021"
5
6[lib]
7crate-type = ["staticlib"]
8
9[dependencies]
10atproto-client = "0.14"
11atproto-identity = "0.14"
12atproto-record = "0.14"
13nickel-lang-core = "0.17"
14reqwest = { version = "0.12", default-features = false, features = ["json", "rustls-tls"] }
15serde_json = "1"
16tokio = { version = "1", features = ["rt-multi-thread"] }
17ureq = { version = "2.10", default-features = true }