1
0
mirror of synced 2025-12-29 00:17:57 +08:00

auto commit

This commit is contained in:
yitter
2021-04-05 23:33:06 +08:00
parent 46328d9eae
commit eb4edad7c6
2 changed files with 3 additions and 3 deletions

View File

@@ -269,7 +269,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
[[package]]
name = "yiter-idgenerator"
name = "yitter_idgen"
version = "1.0.0"
dependencies = [
"chrono",

View File

@@ -1,5 +1,5 @@
[package]
name = "yiter-idgenerator"
name = "yitter_idgen"
version = "1.0.0"
authors = ["yitter <yitter@126.com>"]
edition = "2018"
@@ -27,6 +27,6 @@ libc = "*"
#redis-async = "0.6.1"
[lib]
name = "yitidgen"
name = "yitter_idgen"
path = "./src/lib.rs"
crate-type = ["cdylib"]