aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-05-16 12:23:18 -0700
committerFuwn <[email protected]>2021-05-16 12:23:18 -0700
commiteaf5f650ad3a1dc954f06cce331886fa1f07b563 (patch)
tree0f25ea1b14103714b22a3d67a8c210c52f45b3aa /Cargo.toml
parentrefactor(readme): linking, wording, and spacing (diff)
downloadwhirl-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.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 17e0a1b..040aae6 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"