mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-07-25 11:42:50 +02:00
I was hoping to try this out a bit; hope the patch is welcome. I made the necessary additions to move it, but tried to not jostle around too much otherwise. Signed-off-by: Erik Hollensbe <git@hollensbe.org>
16 lines
239 B
TOML
16 lines
239 B
TOML
[package]
|
|
name = "iblt"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
license = "MPL-2.0"
|
|
authors = ["Adam Ierymenko <adam.ierymenko@zerotier.com>"]
|
|
|
|
[profile.release]
|
|
opt-level = 3
|
|
lto = true
|
|
codegen-units = 1
|
|
panic = 'abort'
|
|
|
|
[dependencies]
|
|
|
|
[lib]
|