about summary refs log tree commit diff stats
path: root/Cargo.toml
blob: 7200a885560bfb3f80637d2f9640fdf7a2b79acf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "instistats"
version = "0.1.0"
authors = ["Ben Morrison <ben@gbmor.dev>"]
edition = "2018"

[dependencies]
serde_json = "1.0"
serde_yaml = "0.8"

[dependencies.serde]
version = "1.0"
features = ["derive"]