Загрузить файлы в «/»
This commit is contained in:
19
Cargo.toml
Normal file
19
Cargo.toml
Normal file
@@ -0,0 +1,19 @@
|
||||
[package]
|
||||
name = "amix"
|
||||
version = "0.1.0"
|
||||
authors = ["ami-chuu amichuu73@proton.me"]
|
||||
edition = "2024"
|
||||
|
||||
[[bin]]
|
||||
name = "amix"
|
||||
test = false
|
||||
bench = false
|
||||
|
||||
[dependencies]
|
||||
bootloader = "0.9"
|
||||
volatile = "0.2.6"
|
||||
spin = "0.5.2"
|
||||
|
||||
[dependencies.lazy_static]
|
||||
version = "1.0"
|
||||
features = ["spin_no_std"]
|
||||
Reference in New Issue
Block a user