Clap init

master
six 2021-11-30 00:01:41 +01:00
parent bc5f9668e9
commit 6c238f5b7f
2 changed files with 7 additions and 0 deletions

View File

@ -8,3 +8,4 @@ edition = "2021"
[dependencies]
wasmi = "0.9.1"
wabt = "0.10.0"
clap = "3.0.0-beta.2"

6
src/main.rs 100644
View File

@ -0,0 +1,6 @@
use clap::{Arg, App};
fn main() {
}