directory move

This commit is contained in:
Cooper Quintin
2024-01-29 17:06:15 -08:00
parent 797a44b61d
commit 6194c27968
14 changed files with 23 additions and 23 deletions
Generated
+21 -21
View File
@@ -899,6 +899,27 @@ version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
[[package]]
name = "rayhunter"
version = "0.1.0"
dependencies = [
"axum",
"chrono",
"env_logger",
"futures-core",
"futures-macro",
"include_dir",
"log",
"mime_guess",
"orca",
"serde",
"tempdir",
"thiserror",
"tokio",
"tokio-util",
"toml",
]
[[package]]
name = "rdrand"
version = "0.4.0"
@@ -1387,27 +1408,6 @@ version = "0.2.89"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ab9b36309365056cd639da3134bf87fa8f3d86008abf99e612384a6eecd459f"
[[package]]
name = "wavehunter"
version = "0.1.0"
dependencies = [
"axum",
"chrono",
"env_logger",
"futures-core",
"futures-macro",
"include_dir",
"log",
"mime_guess",
"orca",
"serde",
"tempdir",
"thiserror",
"tokio",
"tokio-util",
"toml",
]
[[package]]
name = "winapi"
version = "0.3.9"
+1 -1
View File
@@ -2,6 +2,6 @@
members = [
"orca",
"wavehunter",
"rayhunter",
]
resolver = "2"
@@ -1,5 +1,5 @@
[package]
name = "wavehunter"
name = "rayhunter"
version = "0.1.0"
edition = "2021"