[package] name = "ethtool_sys" version = "0.0.1" edition = "2021" authors = ["ssfdust@gmail.com "] license = "MIT" description = "ethtool c like api" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] libc = "0.2.140"