mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-07-24 19:22:51 +02:00
13 lines
278 B
TOML
13 lines
278 B
TOML
[package]
|
|
name = "zerotier-core"
|
|
version = "0.1.0"
|
|
authors = ["Adam Ierymenko <adam.ierymenko@zerotier.com>"]
|
|
edition = "2018"
|
|
build = "build.rs"
|
|
|
|
[dependencies]
|
|
num-traits = "0.2"
|
|
num-derive = "0.3"
|
|
serde = { version = "1", features = ["derive"] }
|
|
serde_json = "1"
|
|
hex = "0.4"
|