mirror of
https://github.com/logos-blockchain/lez-programs.git
synced 2026-06-30 03:59:38 +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;
|