1
0

Rename crate

This commit is contained in:
Mark 2025-02-17 17:47:58 -08:00
parent db99e90198
commit 9cebf49862
Signed by: Mark
GPG Key ID: C6D63995FE72FD80
2 changed files with 13 additions and 13 deletions

View File

@ -69,17 +69,6 @@ dependencies = [
"bitflags 1.3.2",
]
[[package]]
name = "redox_bootloader"
version = "1.0.0"
dependencies = [
"lazy_static",
"linked_list_allocator",
"log",
"spin",
"uart_16550",
]
[[package]]
name = "rustversion"
version = "1.0.19"
@ -110,6 +99,17 @@ dependencies = [
"lock_api",
]
[[package]]
name = "tetros"
version = "1.0.0"
dependencies = [
"lazy_static",
"linked_list_allocator",
"log",
"spin",
"uart_16550",
]
[[package]]
name = "uart_16550"
version = "0.3.2"

View File

@ -1,11 +1,11 @@
[package]
name = "redox_bootloader"
name = "tetros"
version = "1.0.0"
edition = "2021"
publish = false
[lib]
name = "bootloader"
name = "tetros"
path = "src/main.rs"
crate-type = ["staticlib"]