generated from GarandPLG/rust-flake-template
init
This commit is contained in:
+17
-1
@@ -1,6 +1,22 @@
|
||||
[package]
|
||||
name = "rust-flake-template" # change the default name to your project name
|
||||
name = "veil_rs"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[profile.release]
|
||||
codegen-units = 1
|
||||
lto = true
|
||||
opt-level = 3
|
||||
strip = true
|
||||
|
||||
[dependencies]
|
||||
clap = { version = "4.6.1", features = ["derive"] }
|
||||
serde = { version = "1.0.228", features = ["derive"] }
|
||||
serde_yaml = "0.9.33"
|
||||
dirs = "6.0.0" # XDG paths cross-platform
|
||||
tera = "1.20.1" # templating dla tauri.conf.json
|
||||
rust-embed = "8.11.0" # embed template w binarce
|
||||
anyhow = "1.0.102" # error handling
|
||||
indicatif = "0.18.4" # progress bary podczas buildu
|
||||
log = "0.4.31"
|
||||
simplelog = "0.12.2"
|
||||
|
||||
Reference in New Issue
Block a user