diff --git a/Cargo.toml b/Cargo.toml index be41227..da372f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,4 +10,15 @@ license-file = "LICENSE.md" +[lib] +name = "arcanum" +path = "src/lib.rs" +crate-type = ["lib"] + +[[bin]] +name = "arcanum" +path = "src/main.rs" + + + [dependencies]