otptool 0.1.0

Simple tool to help you migrate your OTP secrets from Google Authenticator to another app.
Documentation
1
2
3
4
5
use std::io::Result;
fn main() -> Result<()> {
    prost_build::compile_protos(&["src/migration.proto"], &["src/"])?;
    Ok(())
}