1
0
mirror of synced 2026-04-25 09:48:42 +08:00

autocommit

This commit is contained in:
yitter
2021-04-06 00:18:12 +08:00
parent a15315fb58
commit b87af2e8de
16 changed files with 37 additions and 61 deletions

16
Rust/source/Cargo.lock generated
View File

@@ -19,6 +19,14 @@ dependencies = [
"winapi",
]
[[package]]
name = "idgen"
version = "1.0.0"
dependencies = [
"chrono",
"libc",
]
[[package]]
name = "libc"
version = "0.2.90"
@@ -82,11 +90,3 @@ name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
[[package]]
name = "yitter_idgen"
version = "1.0.0"
dependencies = [
"chrono",
"libc",
]