casperlabs_ownable/
lib.rs

1#![no_std]
2
3extern crate alloc;
4
5pub mod data;
6mod ownable;
7
8pub use ownable::OWNABLE;