niwl/niwl-rem/Cargo.toml

19 lines
474 B
TOML
Raw Normal View History

2021-05-18 04:58:52 +00:00
[package]
name = "niwl-rem"
version = "0.1.0"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
niwl = {path="../niwl"}
fuzzytags = "0.4.2"
clap = "3.0.0-beta.2"
serde = {version="1.0.123", features=["derive"]}
serde_json = "1.0.61"
bincode = "1.3.1"
hex = "0.4.2"
base32 = "0.4.0"
reqwest = {version="0.11.0", features=["json"]}
tokio = "1.2.0"
chrono = {version="0.4.19", features=["serde"]}