mirror of
https://github.com/d0zingcat/ore.git
synced 2026-05-13 23:16:52 +00:00
scaffold
This commit is contained in:
11
api/src/state/config.rs
Normal file
11
api/src/state/config.rs
Normal file
@@ -0,0 +1,11 @@
|
||||
use steel::*;
|
||||
|
||||
use super::OreAccount;
|
||||
|
||||
// TODO Config stuff
|
||||
|
||||
#[repr(C)]
|
||||
#[derive(Clone, Copy, Debug, PartialEq, Pod, Zeroable)]
|
||||
pub struct Config {}
|
||||
|
||||
account!(OreAccount, Config);
|
||||
Reference in New Issue
Block a user