[package] name = "libsml-rs" version = "0.1.0" edition = "2021" authors = ["linuskmr "] description = "High-level bindings to the libsml library" keywords = ["libsml", "sml", "smart-meter"] license = "GPL-3.0" repository = "https://github.com/linuskmr/libsml-rs" [dependencies] libsml-sys = { path = "../libsml-sys", version = "0.1.0"}