blob: 2cabd7b899dab9898c48aa7045f511db9d9d083c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[package]
name = "barb"
version = "0.1.0"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
ureq = { version = "2.3.1", features = ["json"] }
clap = { version = "3.0.14", features = ["derive"] }
serde = "*"
serde_json = "*"
jsonformat = "1.2.0"
|