Update mycelium-tun Cargo.toml

edition 2024, reference license file

Signed-off-by: Lee Smet <lee.smet@hotmail.com>
This commit is contained in:
Lee Smet
2026-04-28 14:38:19 +02:00
parent cab1451c04
commit b63ca2c427
+2 -1
View File
@@ -1,7 +1,8 @@
[package]
name = "mycelium-tun"
version = "0.1.0"
edition = "2021"
edition = "2024"
license-file = "../LICENSE"
[target.'cfg(target_os = "linux")'.dependencies]
tokio = { version = "1.49.0", default-features = false, features = ["net"] }