icechip/Cargo.toml

11 lines
172 B
TOML
Raw Normal View History

2024-09-24 21:44:29 +00:00
[package]
name = "icechip"
version = "0.1.0"
edition = "2021"
repository = "https://git.cbax.dev/icechip"
2024-09-29 05:48:33 +00:00
license = "MIT"
publish = true
2024-09-24 21:44:29 +00:00
[dependencies]
2024-09-29 05:44:48 +00:00
tinyrand = "0.5.0"