[package] name = "kyanite" version = "0.1.0" edition = "2021" repository = "https://git.gaycatgirl.sex/evie/kyanite" license = "Apache-2.0" [dependencies] # Core tokio = { version = "1.25.0", features = ["full"] } tracing-subscriber = "0.3.16" dotenvy = "0.15.6" log = "0.4.17" serde = { version = "1.0.152", features = ["derive"] } # Database sea-orm = { version = "0.11.0-rc.1", features = ["sqlx-postgres", "runtime-tokio-rustls", "macros"] } migration = { path = "./migration" } # Web axum = "0.6.4" askama = { features = ["with-axum", "markdown"], git = "https://github.com/djc/askama.git" } askama_axum = { git = "https://github.com/djc/askama.git" } serde_json = "1.0.91"