innernet/shared/Cargo.toml

22 lines
518 B
TOML
Raw Normal View History

2021-03-30 01:22:14 +08:00
[package]
authors = ["Jake McGinty <me@jake.su>"]
edition = "2018"
license = "MIT"
name = "shared"
publish = false
2021-04-24 22:37:23 +08:00
version = "1.2.0"
2021-03-30 01:22:14 +08:00
[dependencies]
colored = "2.0"
dialoguer = "0.8"
indoc = "1"
ipnetwork = { git = "https://github.com/mcginty/ipnetwork" } # pending https://github.com/achanda/ipnetwork/pull/129
2021-03-30 01:22:14 +08:00
lazy_static = "1"
regex = "1"
serde = { version = "1", features = ["derive"] }
structopt = "0.3"
2021-03-30 01:22:14 +08:00
toml = "0.5"
ureq = { version = "2", default-features = false }
url = "2"
2021-03-30 01:22:14 +08:00
wgctrl = { path = "../wgctrl-rs" }