awaken-agent 0.4.0

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

pub use awaken::*;