init version
This commit is contained in:
13
members/oxide/Cargo.toml
Normal file
13
members/oxide/Cargo.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
[package]
|
||||
name = "oxide"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
build = "build.rs"
|
||||
|
||||
[[bin]]
|
||||
name = "oxide"
|
||||
test = false
|
||||
bench = false
|
||||
|
||||
[dependencies]
|
||||
bios = { workspace = true }
|
||||
Reference in New Issue
Block a user