diff --git a/Cargo.toml b/Cargo.toml index 8ca10a2..8bb7309 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,6 +41,7 @@ verbose = [] "socket-tcp" = [] "socket-icmp" = [] default = [ + "std", "log", # needed for `cargo test --no-default-features --features default` :/ "phy-raw_socket", "phy-tap_interface", "socket-raw", "socket-icmp", "socket-udp", "socket-tcp" ]