diff options
| author | Fuwn <[email protected]> | 2021-05-16 12:23:18 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-05-16 12:23:18 -0700 |
| commit | eaf5f650ad3a1dc954f06cce331886fa1f07b563 (patch) | |
| tree | 0f25ea1b14103714b22a3d67a8c210c52f45b3aa /Cargo.toml | |
| parent | refactor(readme): linking, wording, and spacing (diff) | |
| download | whirl-eaf5f650ad3a1dc954f06cce331886fa1f07b563.tar.xz whirl-eaf5f650ad3a1dc954f06cce331886fa1f07b563.zip | |
feat(prompt): add a couple new builtins
`ls`, `cat`, and `config` builtins created.
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -52,3 +52,6 @@ diesel = { version = "1.4.6", features = ["sqlite"] } # Web-server actix-web = { version = "3.3.2", features = ["rustls"] } actix-cors = "0.5.4" + +# Web +curl = "0.4.37" |