cargo add uuid
This commit is contained in:
parent
83428f97f5
commit
286f6523d7
3 changed files with 10 additions and 13 deletions
9
Cargo.lock
generated
9
Cargo.lock
generated
|
|
@ -5,6 +5,9 @@ version = 4
|
|||
[[package]]
|
||||
name = "combustcean-core"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"uuid",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "combustcean-range"
|
||||
|
|
@ -13,3 +16,9 @@ version = "0.1.0"
|
|||
[[package]]
|
||||
name = "combustcean-tongs"
|
||||
version = "0.1.0"
|
||||
|
||||
[[package]]
|
||||
name = "uuid"
|
||||
version = "1.23.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "ddd74a9687298c6858e9b88ec8935ec45d22e8fd5e6394fa1bd4e99a87789c76"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue