Use placeholders + change some Cargo.toml vars
This commit is contained in:
parent
5253cbd004
commit
e718bcc4e4
@ -1,10 +1,14 @@
|
||||
[package]
|
||||
name = "kos_ytm"
|
||||
name = "{{project-name}}"
|
||||
version = "0.1.0"
|
||||
authors = ["{{authors}}"]
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
kos = { git = "https://git.coders-squad.com/KOS_Rust/Core" }
|
||||
kos = { git = "https://git.kolibrios.org/Rust/Core" }
|
||||
cstr_core = { version = "0.2.4", default-features = false, features = ["nightly"] }
|
||||
|
||||
[profile.release]
|
||||
opt-level = "s"
|
||||
|
@ -13,4 +13,4 @@ args = ["clean"]
|
||||
|
||||
[tasks.build]
|
||||
command = "cargo"
|
||||
args = ["objcopy", "@@remove-empty(RELEASE_FLAG)", "--", "-O", "binary", "rust.kex"]
|
||||
args = ["objcopy", "@@remove-empty(RELEASE_FLAG)", "--", "-O", "binary", "{{crate_name}}.kex"]
|
||||
|
Loading…
Reference in New Issue
Block a user