aboutsummaryrefslogblamecommitdiffstats
path: root/lampada/Cargo.toml
blob: 9b42aad22fb213c5035523d1963e4e4abf73d39e (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12











                                                                           
                  
                    
[package]
name = "lampada"
version = "0.1.0"
edition = "2021"

[dependencies]
futures = "0.3.31"
luz = { version = "0.1.0", path = "../luz" }
peanuts = { version = "0.1.0", path = "../../peanuts" }
jid = { version = "0.1.0", path = "../jid", features = ["sqlx"] }
stanza = { version = "0.1.0", path = "../stanza", features = ["xep_0203"] }
tokio = "1.42.0"
tracing = "0.1.41"
thiserror = "2.0.11"