mirror of
https://github.com/logos-blockchain/lez-programs.git
synced 2026-08-26 14:41:12 +00:00
6 lines
94 B
Rust
6 lines
94 B
Rust
//! The TWAP Oracle Program implementation.
|
|
|
|
pub use twap_oracle_core as core;
|
|
|
|
pub mod noop;
|