1
0
mirror of synced 2026-04-27 18:58:41 +08:00

auto commit

This commit is contained in:
zhouzj
2021-03-24 00:45:43 +08:00
parent f5bf463370
commit 647bbf7fa2
13 changed files with 102 additions and 48 deletions

View File

@@ -1,5 +1,5 @@
[package]
name = "RS-SnowF"
name = "yitidgen"
version = "1.0.0"
authors = ["yitter <yitter@126.com>"]
edition = "2018"
@@ -10,3 +10,7 @@ edition = "2018"
chrono = "0.4.10"
lazy_static = "1.4.0"
[lib]
name = "yitidgen"
path = "./src/lib.rs"
crate-type = ["cdylib"]