pfacts/Cargo.toml

17 lines
397 B
TOML
Raw Permalink Normal View History

2020-05-15 13:04:04 +00:00
[package]
name = "pfacts"
version = "0.1.0"
authors = ["Christine Dodrill <me@christine.website>"]
edition = "2018"
2020-05-15 13:05:35 +00:00
description = "Printer facts in a crate!"
2020-05-15 13:06:46 +00:00
license = "0BSD"
2020-05-15 13:06:09 +00:00
repository = "https://tulpa.dev/cadey/pfacts"
2020-05-15 13:04:04 +00:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rand = "0"
serde = "^1"
serde_json = "^1"
serde_derive = "^1"