aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: c9adcf383d85e1b449a70fce0737d40bb505d8c3 (plain)
1
2
3
4
5
6
7
8
9
10
[package]
name = "taizen"
version = "0.1.0"
authors = ["NerdyPepper <[email protected]>"]

[dependencies]
reqwest = { git = "https://github.com/seanmonstar/reqwest" }
serde_json = { git = "https://github.com/serde-rs/json" }
cursive = { git = "https://github.com/gyscos/Cursive" }
regex = "1"