Change project name to 'spiritus'

This commit is contained in:
2024-04-24 05:18:53 -05:00
parent 5e77dc81cf
commit 862c23111a
5 changed files with 27 additions and 27 deletions

34
Cargo.lock generated
View File

@@ -121,23 +121,6 @@ version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
[[package]]
name = "pacman"
version = "0.1.0"
dependencies = [
"atty",
"colors-transform",
"lazy_static",
"libc",
"rand",
"sdl2",
"spin_sleep",
"tracing",
"tracing-error",
"tracing-subscriber",
"winapi",
]
[[package]]
name = "pin-project-lite"
version = "0.2.13"
@@ -291,6 +274,23 @@ dependencies = [
"winapi",
]
[[package]]
name = "spiritus"
version = "0.1.0"
dependencies = [
"atty",
"colors-transform",
"lazy_static",
"libc",
"rand",
"sdl2",
"spin_sleep",
"tracing",
"tracing-error",
"tracing-subscriber",
"winapi",
]
[[package]]
name = "syn"
version = "2.0.31"