-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
23 lines (21 loc) · 772 Bytes
/
Cargo.toml
File metadata and controls
23 lines (21 loc) · 772 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[package]
name = "everyones-a-syndicate"
version = "0.1.0"
edition = "2021"
[dependencies]
ammonia = "4.0.0"
anyhow = "1.0.94"
atom_syndication = { version = "0.12.5", features = ["serde"] }
axum = "0.7.9"
chrono = { version = "0.4.39", features = ["serde"] }
either = { version = "1.13.0", features = ["serde"] }
moka = { version = "0.12.8", features = ["future"] }
rand = "0.8.5"
reqwest = "0.12.9"
rss = { version = "2.0.11", features = ["with-serde"] }
serde = { version = "1.0.216", features = ["serde_derive"] }
tokio = { version = "1.42.0", features = ["fs", "rt-multi-thread"] }
tower-http = { version = "0.6.2", features = ["cors"] }
url = { version = "2.5.4", features = ["serde"] }
[target.'cfg(not(target_env = "msvc"))'.dependencies]
jemallocator = "0.3.2"