mirror of
https://github.com/mii443/rustris.git
synced 2025-08-22 16:25:42 +00:00
11 lines
212 B
TOML
11 lines
212 B
TOML
[package]
|
|
name = "rustris"
|
|
version = "0.1.0"
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
crossterm = "0.21.0"
|
|
rand = "0.8.4"
|