A simple shell wrapper that handles argument parsing
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 4
4
5[[package]]
6name = "argsh"
7version = "0.1.0"
8dependencies = [
9 "lexopt",
10]
11
12[[package]]
13name = "lexopt"
14version = "0.3.1"
15source = "registry+https://github.com/rust-lang/crates.io-index"
16checksum = "9fa0e2a1fcbe2f6be6c42e342259976206b383122fc152e872795338b5a3f3a7"