summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 353126b4ead6cd8b01d64be7922cceaf45e08922 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "dmn"
version = "0.1.0"
edition = "2021"
authors = ["David Gay <eapoems@riseup.net>"]


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

[dependencies]
clap = "^4.4"
rand = "^0.8"
serde = "^1.0"