diff --git a/mycelium-tun/Cargo.toml b/mycelium-tun/Cargo.toml index 10d20a1..df62e1a 100644 --- a/mycelium-tun/Cargo.toml +++ b/mycelium-tun/Cargo.toml @@ -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"] }