mirror of
https://github.com/logos-blockchain/lez-programs.git
synced 2026-05-19 15:39:28 +00:00
9 lines
117 B
Rust
9 lines
117 B
Rust
|
|
//! The Stablecoin Program implementation.
|
||
|
|
|
||
|
|
pub use stablecoin_core as core;
|
||
|
|
|
||
|
|
pub mod noop;
|
||
|
|
|
||
|
|
#[cfg(test)]
|
||
|
|
mod tests;
|