cargo add uuid

This commit is contained in:
Tao Tien 2026-05-26 11:26:01 -07:00
parent 83428f97f5
commit 286f6523d7
3 changed files with 10 additions and 13 deletions

View file

@ -4,3 +4,4 @@ version = "0.1.0"
edition = "2024"
[dependencies]
uuid = { version = "1.23.1", default-features = false }