diff options
author | gennyble <gen@nyble.dev> | 2024-02-21 05:40:24 -0600 |
---|---|---|
committer | gennyble <gen@nyble.dev> | 2024-02-21 05:40:24 -0600 |
commit | c4eff133ed2a2c3deb8fad322a430b3263b6e6ab (patch) | |
tree | 1b599aca6b0bcf9cfec047f1eee56270f8fa2b8c /Cargo.toml | |
download | awake-c4eff133ed2a2c3deb8fad322a430b3263b6e6ab.tar.gz awake-c4eff133ed2a2c3deb8fad322a430b3263b6e6ab.zip |
initial commit; Filesytem and dirfiles
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 11 |
1 files changed, 11 insertions, 0 deletions
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" |