From f8a80039c74332e2101a177ef3fde31ef2077224 Mon Sep 17 00:00:00 2001 From: Micha White Date: Thu, 15 Aug 2024 20:14:15 -0400 Subject: Lots a changes --- console/Cargo.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 console/Cargo.toml (limited to 'console/Cargo.toml') 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 -- cgit v1.2.3