Change name

This commit is contained in:
Jan Gleytenhoover 2024-08-20 08:57:08 +02:00
parent 3ac67f0462
commit 0c4b6b8339
Signed by: jank
GPG Key ID: B267751B8AE29EFE
2 changed files with 8 additions and 8 deletions

14
Cargo.lock generated

@ -21,18 +21,18 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
[[package]] [[package]]
name = "log" name = "loadstar"
version = "0.4.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
[[package]]
name = "rust-framework"
version = "0.0.1" version = "0.0.1"
dependencies = [ dependencies = [
"tiny_http", "tiny_http",
] ]
[[package]]
name = "log"
version = "0.4.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
[[package]] [[package]]
name = "tiny_http" name = "tiny_http"
version = "0.12.0" version = "0.12.0"

@ -1,5 +1,5 @@
[package] [package]
name = "rust-framework" name = "loadstar"
version = "0.0.1" version = "0.0.1"
edition = "2021" edition = "2021"