[package] name = "wololo" description = "Simple Wake-on-LAN client" version = "0.2.0" authors = ["Erwin Boskma "] edition = "2018" license = "MIT" repository = "https://git.sr.ht/~eboskma/wololo" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] argh = "0.1.3" color-eyre = "0.6.2" eui48 = "1.0.1" thiserror = "1.0.37" tracing = "0.1.36" tracing-error = "0.2.0" tracing-subscriber = { version = "0.3.15", features = ["registry", "env-filter"] } [features]