Changed binary name, v0.1.1

This commit is contained in:
G2-Games 2024-10-24 02:40:43 -05:00
parent eb9db0f546
commit 52de2ccbe4
3 changed files with 20 additions and 28 deletions

36
Cargo.lock generated
View file

@ -227,6 +227,22 @@ dependencies = [
"windows-targets 0.52.6", "windows-targets 0.52.6",
] ]
[[package]]
name = "confetti_box"
version = "0.1.1"
dependencies = [
"bincode",
"blake3",
"chrono",
"log",
"maud",
"rocket",
"serde",
"serde_with",
"toml",
"uuid",
]
[[package]] [[package]]
name = "constant_time_eq" name = "constant_time_eq"
version = "0.3.1" version = "0.3.1"
@ -801,22 +817,6 @@ dependencies = [
"windows-sys 0.52.0", "windows-sys 0.52.0",
] ]
[[package]]
name = "mochihost"
version = "0.1.0"
dependencies = [
"bincode",
"blake3",
"chrono",
"log",
"maud",
"rocket",
"serde",
"serde_with",
"toml",
"uuid",
]
[[package]] [[package]]
name = "multer" name = "multer"
version = "3.1.0" version = "3.1.0"
@ -1405,9 +1405,9 @@ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
[[package]] [[package]]
name = "syn" name = "syn"
version = "2.0.82" version = "2.0.85"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "83540f837a8afc019423a8edb95b52a8effe46957ee402287f4292fae35be021" checksum = "5023162dfcd14ef8f32034d8bcd4cc5ddc61ef7a247c024a33e24e1f24d21b56"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",

View file

@ -1,6 +1,6 @@
[package] [package]
name = "mochihost" name = "confetti_box"
version = "0.1.0" version = "0.1.1"
edition = "2021" edition = "2021"
[dependencies] [dependencies]

View file

@ -1,8 +0,0 @@
[default]
address = "0.0.0.0"
port = 8950
temp_dir = "tmp"
[default.limits]
data-form = "10 GB"
file = "10 GB"