aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-05-16 12:23:18 +0000
committerFuwn <[email protected]>2021-05-16 12:23:18 +0000
commite32b14b49709f9c64f24f25ce0ae1bf6c81d66b2 (patch)
treecafebe133243dab9b7f1b16ad0b6c36de9386b7b /Cargo.toml
parentrefactor(readme): linking, wording, and spacing (diff)
downloadwhirl-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.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 67fd516..0a445de 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"