mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-13 13:53:28 +00:00
added LFS handling to GH Actions workflows
This commit is contained in:
@@ -22,11 +22,7 @@ ws = "0.9.2"
|
||||
|
||||
[dependencies.uuid]
|
||||
version = "1.10.0"
|
||||
features = [
|
||||
"v4", # Lets you generate random UUIDs
|
||||
"fast-rng", # Use a faster (but still sufficiently random) RNG
|
||||
"macro-diagnostics", # Enable better diagnostics for compile-time UUIDs
|
||||
]
|
||||
features = ["v4", "fast-rng", "macro-diagnostics"]
|
||||
|
||||
[lib]
|
||||
name = "armatak"
|
||||
|
||||
Reference in New Issue
Block a user