shibe-bot/Cargo.toml
dependabot[bot] 75a774f065
Bump serde_json from 1.0.116 to 1.0.128
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.116 to 1.0.128.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.116...1.0.128)

---
updated-dependencies:
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-30 20:15:55 +00:00

20 lines
493 B
TOML

[package]
name = "shibe-bot"
version = "0.2.5"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
dotenv = "0.15.0"
log = "0.4.21"
poise = "0.6.1"
pretty_env_logger = "0.5.0"
tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] }
rand = "0.8.5"
serde = { version = "1.0.198", features = ["serde_derive"] }
serde_json = "1.0.128"
roux = "2.2.13"
rustc_version_runtime = "0.3.0"
build-time = "0.1.3"