//! Compatibility facade for Awaken contract crates.
//!
//! New runtime-facing code should depend on `awaken-runtime-contract`. New
//! server/store-facing code should depend on `awaken-server-contract`. This
//! crate preserves the historical `awaken-contract` import path by re-exporting
//! both surfaces.
pub use *;
pub use awaken_server_contract as server_contract;
pub use contract;
pub use *;