nanobot/Cargo.toml

23 lines
674 B
TOML
Raw Normal View History

[package]
2023-09-11 23:43:57 +00:00
name = "nano"
version = "0.1.0"
edition = "2021"
description = "Discord bot to authenticate and de-anonymise users"
homepage = "https://github.com/supleed2/nanobot"
repository = "https://github.com/supleed2/nanobot"
license = "ISC"
publish = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2023-09-11 23:43:57 +00:00
anyhow = "1.0.75"
poise = "0.5.5"
shuttle-poise = "0.25.0"
shuttle-runtime = "0.25.0"
shuttle-secrets = "0.25.0"
shuttle-shared-db = { version = "0.25.0", features = ["postgres-rustls"] }
sqlx = { version = "0.7.1", features = ["runtime-tokio-rustls", "postgres"] }
tracing = "0.1.37"
tokio = "1.26.0"