aboutsummaryrefslogtreecommitdiff
path: root/hello/Cargo.toml
blob: 7ba3f9466f50c813ab23c97ca62dc1892bcd94d1 (plain)
1
2
3
4
5
6
7
8
9
[package]
name = "hello"
version = "0.1.0"
authors = ["till"]

[dependencies]
serde = "1.0.79"
serde_derive = "1.0.79"
serde_json = "1.0.30"