[package] name = "rusty-xed" authors = [ "Jos " ] description = "High-level, safe, bindings for XED" repository = "https://github.com/libLISA/rusty-xed" license = "MIT" version = "0.1.1" edition = "2021" exclude = [ ".github", ".gitignore", ] [dependencies] const_panic = "0.2.8" xed-sys = "0.5"