summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTyler Murphy <tylerm@tylerm.dev>2023-07-02 18:45:41 -0400
committerTyler Murphy <tylerm@tylerm.dev>2023-07-02 18:45:41 -0400
commitcbb92993b592e6b68dbce7f283fb73d19fd1793e (patch)
tree975d41a0cd077cee9c0d9162b82256b4e8beb07b /Cargo.toml
downloadbashttp-cbb92993b592e6b68dbce7f283fb73d19fd1793e.tar.gz
bashttp-cbb92993b592e6b68dbce7f283fb73d19fd1793e.tar.bz2
bashttp-cbb92993b592e6b68dbce7f283fb73d19fd1793e.zip
hi
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..0e5451e
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,8 @@
+[package]
+name = "bashhttp"
+version = "0.1.0"
+edition = "2021"
+
+[dependencies]
+tokio = { version = "1.29", features = ["full"] }
+chrono = "0.4.26"