diff --git a/Cargo.lock b/Cargo.lock index 9b8c40c..65f282d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7,7 +7,7 @@ name = "aoc" version = "0.0.1" [[package]] -name = "aoc22-clap" +name = "aoc22" version = "0.0.1" dependencies = [ "aoc", diff --git a/Cargo.toml b/Cargo.toml index 7c203f6..90b96af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [workspace] members = [ -"aoc22-clap", +"aoc22", "aoc22-gdrop", "aoc" ] diff --git a/notes.md b/notes.md new file mode 100644 index 0000000..1e2e506 --- /dev/null +++ b/notes.md @@ -0,0 +1,2 @@ +clap is the best availiable arg parser at the moment for rust but clap comes with the tradeoff of a size overhead for the executalble. +The overhead is around 550kb \ No newline at end of file