1
0
mirror of synced 2026-04-19 06:48:39 +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

@@ -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"]