You've already forked rust-crate
Initial commit
This commit is contained in:
+20
@@ -0,0 +1,20 @@
|
||||
[package]
|
||||
name = "rust"
|
||||
version = "0.0.0"
|
||||
|
||||
authors = []
|
||||
edition = "2021"
|
||||
license-file = "LICENSE.md"
|
||||
resolver = "2"
|
||||
rust-version = "1.59.0"
|
||||
|
||||
[workspace.lints.rust]
|
||||
unsafe_code = "forbid"
|
||||
|
||||
[profile.release]
|
||||
lto = "fat"
|
||||
opt-level = 3
|
||||
strip = "debuginfo"
|
||||
|
||||
[dependencies]
|
||||
# crate = { version = "^0", default-features = false }
|
||||
Reference in New Issue
Block a user