summaryrefslogtreecommitdiffstats
path: root/rust_team_data/Cargo.toml
blob: 296c8d5c97dec6cdcaccf614e72d0ba0a63c40d9 (plain)
1
2
3
4
5
6
7
8
9
[package]
name = "rust_team_data"
version = "1.0.0"
authors = ["Pietro Albini <pietro@pietroalbini.org>"]
edition = "2018"

[dependencies]
serde = { version = "1.0.85", features = ["derive"] }
indexmap = { version = "1.0.2", features = ["serde-1"] }