ndn-nfd-mgmt 0.4.0

NFD management protocol
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "ndn-nfd-mgmt"
description = "NFD management protocol"
version = "0.4.0"
edition = "2021"
license = "MIT"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
bytes = "1.5.0"
ndn-protocol = { version = "0.4.0", path = "../ndn-protocol" }
ndn-tlv = { version = "0.4.0", path = "../ndn-tlv" }