otp_rs/
lib.rs

1mod hotp;
2mod totp;
3
4pub use hotp::*;
5pub use totp::*;