[package] name = "febug" description = "anyway, here's user-space debugfs" documentation = "https://srhtcdn.githack.com/~nabijaczleweli/febug/blob/rustdoc/febug/index.html" repository = "https://git.sr.ht/~nabijaczleweli/febug" readme = "README.md" keywords = ["debug", "fuse"] categories = ["development-tools", "no-std"] license = "MIT" version = "1.0.0" authors = ["наб "] build = "build.rs" [dependencies] once_cell = "1.5" [dependencies.libc] version = "0.2" default-features = false [lib] path = "lib.rs"