From c4eff133ed2a2c3deb8fad322a430b3263b6e6ab Mon Sep 17 00:00:00 2001 From: gennyble Date: Wed, 21 Feb 2024 05:40:24 -0600 Subject: initial commit; Filesytem and dirfiles --- Cargo.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..628bff6 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,11 @@ +[package] +name = "awake" +version = "0.1.0" +edition = "2021" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] +axum = "0.7.4" +camino = "1.1.6" +snafu = "0.8.0" -- cgit 1.4.1-3-g733a5