view Cargo.toml @ 0:3de93b2549e8

Initial commit
author Lewin Bormann <lbo@spheniscida.de>
date Sun, 15 Nov 2020 15:16:43 +0100
parents
children
line wrap: on
line source

[package]
name = "collisions"
version = "0.1.0"
authors = ["Lewin Bormann <lewin@lewin-bormann.info>"]
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
rand = "~0.7"