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