Skip to content

Instantly share code, notes, and snippets.

@aep
Created April 9, 2019 13:52
Show Gist options
  • Save aep/30fb1f5ca2ab879345c257e64f18b406 to your computer and use it in GitHub Desktop.
Save aep/30fb1f5ca2ab879345c257e64f18b406 to your computer and use it in GitHub Desktop.
[package]
name = "burpi"
version = "0.1.0"
authors = ["Arvid E. Picciani <[email protected]>"]
edition = "2018"
[dependencies]
carrier = "*"
extern crate carrier;
use std::env;
fn main() {
let _ : carrier::identity::Identity = env::args().nth(1).unwrap().parse().unwrap();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment