dsa-rs/Cargo.toml

11 lines
305 B
TOML
Raw Permalink Normal View History

2018-07-13 19:23:32 +00:00
[package]
name = "dsa"
description = "A rust library for the german Pen&Paper RPG \"Das Schwarze Auge\""
license = "AGPL-3.0-or-later"
repository = "https://git.jcg.re/jcgruenhage/dsa-rs"
version = "0.1.0"
authors = ["Jan Christian Grünhage <jan.christian@gruenhage.xyz>"]
[dependencies]
rand = "0.5.4"