add phrase uuids; implement comparisons

This commit is contained in:
🪞👃🪞 2024-10-08 18:15:41 +03:00
parent 5b2b04dcf9
commit 690a8e8f24
6 changed files with 40 additions and 19 deletions

10
Cargo.lock generated
View file

@ -2555,6 +2555,7 @@ name = "tek_sequencer"
version = "0.1.0"
dependencies = [
"tek_core",
"uuid",
]
[[package]]
@ -2715,6 +2716,15 @@ version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
[[package]]
name = "uuid"
version = "1.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81dfa00651efa65069b0b6b651f4aaa31ba9e3c3ce0137aaad053604ee7e0314"
dependencies = [
"getrandom",
]
[[package]]
name = "version-compare"
version = "0.2.0"