Adapt zk-token-{sdk,proof-program} for use in the monorepo

This commit is contained in:
Michael Vines
2022-01-04 20:44:07 -08:00
parent e1848ecbcc
commit 69e632a337
5 changed files with 20 additions and 16 deletions

View File

@@ -1,3 +1,5 @@
#![allow(clippy::integer_arithmetic)]
#[cfg(not(target_arch = "bpf"))]
#[macro_use]
pub(crate) mod macros;