-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCargo.toml
More file actions
28 lines (26 loc) · 793 Bytes
/
Cargo.toml
File metadata and controls
28 lines (26 loc) · 793 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[package]
name = "rupdateproxy"
version = "0.1.0"
authors = ["Tom Pusateri <pusateri@bangj.com>"]
homepage = "https://github.com/pusateri/rupdateproxy"
edition = "2018"
[dependencies]
futures = "^0.1"
lazy_static = "^1.0"
bytes = "^0.4"
socket2 = { version = "0.3.7", features = ["reuseport"] }
domain-core = { git = "https://github.com/NLnetLabs/domain-core.git" }
domain-resolv = { git = "https://github.com/NLnetLabs/domain-core.git" }
nix = { git = "https://github.com/nix-rust/nix.git" }
crossbeam-channel = "^0.3"
interface-events = { git = "https://github.com/pusateri/interface-events.git" }
hostname ="^0.1"
treebitmap = ">= 0.3"
argparse = ">= 0.2"
daemonize = ">= 0.3"
mio = "^0.6"
mio-extras = "2.0.5"
timer_heap = "0.3.0"
slab = "^0.4"
[build-dependencies]
git-version = "^0.2"