summaryrefslogtreecommitdiff
path: root/console/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'console/Cargo.toml')
-rw-r--r--console/Cargo.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/console/Cargo.toml b/console/Cargo.toml
new file mode 100644
index 0000000..0d23054
--- /dev/null
+++ b/console/Cargo.toml
@@ -0,0 +1,11 @@
+[package]
+name = "alligator_console"
+version = "0.1.0"
+edition = "2021"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]
+smol = "2"
+log = "0.4"
+pollster = "0.3" \ No newline at end of file