initial commit
This commit is contained in:
13
Cargo.toml
Normal file
13
Cargo.toml
Normal file
@ -0,0 +1,13 @@
|
||||
[package]
|
||||
name = "sudk"
|
||||
version = "0.1.0"
|
||||
authors = ["ddidderr <ddidderr@paul.network>"]
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
|
||||
[profile.release]
|
||||
lto = true
|
||||
debug = false
|
||||
codegen-units = 1
|
||||
panic = "abort"
|
Reference in New Issue
Block a user