Skip to content
Snippets Groups Projects
Commit 982e03cb authored by Eemeli Lehtonen's avatar Eemeli Lehtonen
Browse files

no dependency boot

parent 0be94c4c
No related branches found
No related tags found
No related merge requests found
......@@ -5,4 +5,15 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
crate-type = ["staticlib"]
[profile.release]
debug = 1
[dependencies]
[build-dependencies]
#cc = "1.0.78"
nasm-rs = "0.2.4"
fn main() {
println!("Hello, world!");
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment