diff options
| author | Fuwn <[email protected]> | 2021-05-16 12:23:18 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-05-16 12:23:18 +0000 |
| commit | e32b14b49709f9c64f24f25ce0ae1bf6c81d66b2 (patch) | |
| tree | cafebe133243dab9b7f1b16ad0b6c36de9386b7b /Cargo.toml | |
| parent | refactor(readme): linking, wording, and spacing (diff) | |
| download | whirl-e32b14b49709f9c64f24f25ce0ae1bf6c81d66b2.tar.xz whirl-e32b14b49709f9c64f24f25ce0ae1bf6c81d66b2.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" |