awaken/lib.rs
1//! Compatibility package that re-exports the primary `awaken` umbrella crate.
2//!
3//! New code should depend on the published `awaken` package directly. This
4//! package exists so existing `awaken-agent` users can move to the new release
5//! line without changing import paths.
6
7pub use awaken::*;