Add CRP support in libtock-rs

This commit is contained in:
Jean-Michel Picod
2020-12-01 12:34:22 +01:00
parent 6e5a8cdf6d
commit 218188ad49
2 changed files with 20 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
pub mod buttons;
pub mod console;
pub mod crp;
pub mod led;
#[cfg(feature = "with_nfc")]
pub mod nfc;