# libSM-sys This is a low-level rust binding package for libSM, the X11 Session Management library. ## Usage In your `Cargo.toml` file add the following section: ```toml [dependencies] libSM-sys = "0.1" ``` ## License libSM-sys is licensed under the [MIT](https://spdx.org/licenses/MIT.html) and can be found in the [LICENSE](LICENSE) file.