algos/Cargo.toml

10 lines
232 B
TOML
Raw Normal View History

[package]
name = "algos"
version = "0.1.0"
authors = ["Felix Martin <mail@felixm.de>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2020-11-28 18:59:14 +01:00
rand = "0.7.3"