mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-13 13:53:28 +00:00
refactored get uuid fuction on extension
This commit is contained in:
@@ -7,8 +7,17 @@ edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
arma-rs = "1.10.4"
|
||||
regex = "1.10.6"
|
||||
serde = { version = "1.0.210", features = ["derive"] }
|
||||
|
||||
[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
|
||||
]
|
||||
|
||||
[lib]
|
||||
name = "armatak"
|
||||
crate-type = ["cdylib"]
|
||||
|
||||
Reference in New Issue
Block a user