diff --git a/Cargo.toml b/Cargo.toml index 7e2089a..0af4527 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,5 +19,9 @@ serde_json = "1.0" wasmtime = "11" wat = "1.0" +# tokenization / globbing +shlex = "1.1" +globset = "0.4" +shellexpand = "2.1" # REPL line editing and persistent history reedline = "0.10"