1#![deny(missing_docs)]
2#![forbid(unsafe_code)]
3//! Release artifact meta data for the [Save Our Secrets](https://saveoursecrets.com) SDK.
45pub use semver;
67mod artifact;
8mod error;
9mod release;
1011pub use artifact::*;
12pub use error::Error;
13pub use release::*;