[package] name = "leaberblord" version = "0.1.0" edition = "2024" [dependencies] anyhow = "1.0.98" confindent = "2.2.1" dotenv = "0.15.0" rusqlite = { version = "0.34.0", features = ["bundled", "time"] } tokio = { version = "1.44.2", features = ["full"] } twilight-cache-inmemory = "0.16.0" twilight-gateway = "0.16.0" twilight-http = "0.16.0" twilight-model = "0.16.0" twilight-util = { version = "0.16.0", features = ["builder"] }