mirror of
https://git.alemi.dev/fedicharter.git
synced 2024-11-14 04:49:20 +01:00
alemi
341a0a77aa
will eventually PR them in, here's the source https://codeberg.org/thefederationinfo/nodeinfo-rs
23 lines
759 B
TOML
23 lines
759 B
TOML
[package]
|
|
name = "fedicharter"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
async-recursion = "1.0.5"
|
|
axum = "0.6.20"
|
|
chrono = "0.4.31"
|
|
clap = { version = "4.4.6", features = ["derive"] }
|
|
derive_more = "0.99.17"
|
|
lazy_static = "1.4.0"
|
|
# nodeinfo = { git = "https://codeberg.org/thefederationinfo/nodeinfo-rs.git" }
|
|
reqwest = { version = "0.11.20", features = ["json"] }
|
|
sea-orm = { version = "0.12.3", features = ["runtime-tokio-native-tls", "sqlx-sqlite", "sqlx-postgres"] }
|
|
serde = { version = "1.0.188", features = ["derive"] }
|
|
serde_json = "1.0.107"
|
|
tokio = { version = "1.32.0", features = ["full"] }
|
|
tracing = "0.1.37"
|
|
tracing-subscriber = "0.3.17"
|
|
|