eBay for krypto. https://kryptori.lu1.sh
0

Configure Feed

Select the types of activity you want to include in your feed.

at master 462 B View raw
1[package] 2name = "kryptori" 3version = "0.1.0" 4edition = "2024" 5 6[dependencies] 7axum = { version = "0.8" } 8tokio = { version = "1", features = ["full"] } 9sqlx = { version = "0.8", features = ["sqlite", "runtime-tokio-native-tls"] } 10uuid = { version = "1", features = ["v4"] } 11lettre = { version = "0.11", features = ["tokio1", "tokio1-native-tls", "smtp-transport", "builder"] } 12dotenvy = "0.15" 13serde = { version = "1", features = ["derive"] } 14askama = "0.13.1"