rust/lfprng/Cargo.toml
author unC0Rr
Tue, 10 Sep 2024 18:21:31 +0200
branchtransitional_engine
changeset 16033 1860852892c0
parent 15902 9b73594ac986
child 16072 a4cbc6926439
permissions -rw-r--r--
Use rust implementation of maze generator in engine

[package]
name = "lfprng"
version = "0.1.0"
authors = ["Andrey Korotaev <a.korotaev@hedgewars.org>"]
edition = "2018"

[dependencies]
rand = "0.8"