a30c35c838
Bumps [rand](https://github.com/rust-random/rand) from 0.8.2 to 0.8.6. - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/0.8.6/CHANGELOG.md) - [Commits](https://github.com/rust-random/rand/compare/0.8.2...0.8.6) --- updated-dependencies: - dependency-name: rand dependency-version: 0.8.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
16 lines
379 B
TOML
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.8.6"
|
|
dirs = "3.0.1"
|
|
derive-error = "0.0.5"
|