Files
lez-programs/programs/twap_oracle/src/lib.rs
T
r4bbit 7b9fb837e3 refactor: move programs into programs and UIs into apps
This refactors the repository structure as it has grown over time.
2026-05-26 13:54:02 +02:00

6 lines
94 B
Rust

//! The TWAP Oracle Program implementation.
pub use twap_oracle_core as core;
pub mod noop;