3 changed files with 27 additions and 0 deletions
@ -1,6 +1,25 @@ |
|||||
# This file is automatically @generated by Cargo. |
# This file is automatically @generated by Cargo. |
||||
# It is not intended for manual editing. |
# It is not intended for manual editing. |
||||
|
[[package]] |
||||
|
name = "libc" |
||||
|
version = "0.2.53" |
||||
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
||||
|
|
||||
|
[[package]] |
||||
|
name = "thread-priority" |
||||
|
version = "0.1.0" |
||||
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
||||
|
dependencies = [ |
||||
|
"libc 0.2.53 (registry+https://github.com/rust-lang/crates.io-index)", |
||||
|
] |
||||
|
|
||||
[[package]] |
[[package]] |
||||
name = "untitled" |
name = "untitled" |
||||
version = "0.1.0" |
version = "0.1.0" |
||||
|
dependencies = [ |
||||
|
"thread-priority 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
||||
|
] |
||||
|
|
||||
|
[metadata] |
||||
|
"checksum libc 0.2.53 (registry+https://github.com/rust-lang/crates.io-index)" = "ec350a9417dfd244dc9a6c4a71e13895a4db6b92f0b106f07ebbc3f3bc580cee" |
||||
|
"checksum thread-priority 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e655c097854cf47b40825a61c2edf7b96119ce9e02a9ff09e8b609b67f3c05e2" |
||||
|
|||||
Loading…
Reference in new issue