Files
snake-rs/Cargo.toml
T
dependabot[bot] d5c82c6712 Bump rand from 0.8.2 to 0.9.3
Bumps [rand](https://github.com/rust-random/rand) from 0.8.2 to 0.9.3.
- [Release notes](https://github.com/rust-random/rand/releases)
- [Changelog](https://github.com/rust-random/rand/blob/0.9.3/CHANGELOG.md)
- [Commits](https://github.com/rust-random/rand/compare/0.8.2...0.9.3)

---
updated-dependencies:
- dependency-name: rand
  dependency-version: 0.9.3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-14 01:57:46 +00:00

16 lines
379 B
TOML

[package]
name = "snake"
version = "0.2.3"
authors = ["Uttarayan Mondal <uttarayan21@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
ncurses = "5.100.0"
serde = { version = "1.0.121", features = ["derive"] }
serde_yaml = "0.8.17"
rand = "0.9.3"
dirs = "3.0.1"
derive-error = "0.0.5"