Cargo.toml: remove authors, format with tombi
This commit is contained in:
+8
-9
@@ -1,8 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
authors = ["ddidderr <ddidderr@paul.network>"]
|
|
||||||
edition = "2024"
|
|
||||||
name = "fcry"
|
name = "fcry"
|
||||||
version = "0.10.0"
|
version = "0.10.0"
|
||||||
|
edition = "2024"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
argon2 = "0.5"
|
argon2 = "0.5"
|
||||||
@@ -13,25 +12,25 @@ getrandom = {version = "0.4"}
|
|||||||
protected-secrets = { package = "secrets", version = "1.3" }
|
protected-secrets = { package = "secrets", version = "1.3" }
|
||||||
zeroize = { version = "1", features = ["derive"] }
|
zeroize = { version = "1", features = ["derive"] }
|
||||||
|
|
||||||
|
[dev-dependencies]
|
||||||
|
assert_cmd = "2"
|
||||||
|
tempfile = "3"
|
||||||
|
|
||||||
[target.'cfg(unix)'.dependencies]
|
[target.'cfg(unix)'.dependencies]
|
||||||
libc = "0.2"
|
libc = "0.2"
|
||||||
rlimit = "0.11"
|
rlimit = "0.11"
|
||||||
|
|
||||||
[target.'cfg(windows)'.dependencies]
|
[target.'cfg(windows)'.dependencies]
|
||||||
windows-sys = { version = "0.61", features = [
|
windows-sys = { version = "0.61", features = [
|
||||||
"Win32_System_Console",
|
|
||||||
"Win32_Foundation",
|
"Win32_Foundation",
|
||||||
"Win32_Storage_FileSystem",
|
|
||||||
"Win32_Security",
|
"Win32_Security",
|
||||||
|
"Win32_Storage_FileSystem",
|
||||||
|
"Win32_System_Console",
|
||||||
] }
|
] }
|
||||||
|
|
||||||
[dev-dependencies]
|
|
||||||
assert_cmd = "2"
|
|
||||||
tempfile = "3"
|
|
||||||
|
|
||||||
[profile.release]
|
[profile.release]
|
||||||
lto = false
|
|
||||||
debug = false
|
debug = false
|
||||||
strip = true
|
strip = true
|
||||||
|
lto = false
|
||||||
panic = "unwind"
|
panic = "unwind"
|
||||||
codegen-units = 1
|
codegen-units = 1
|
||||||
|
|||||||
Reference in New Issue
Block a user