This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
hummingbird
/
idgenerator
Not watched
Unwatch
Watch all
Watch but not notify
2
Star
0
Fork
0
Code
Releases
6
Wiki
Activity
Issues
5
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
auto commit
tags/v1.2
yitter
4 years ago
parent
46328d9eae
commit
eb4edad7c6
2 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Rust/source/Cargo.lock
+2
-2
Rust/source/Cargo.toml
+ 1
- 1
Rust/source/Cargo.lock
View File
@@ -269,7 +269,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
[[package]]
name = "yit
er-idgenerator
"
name = "yit
ter_idgen
"
version = "1.0.0"
dependencies = [
"chrono",
+ 2
- 2
Rust/source/Cargo.toml
View File
@@ -1,5 +1,5 @@
[package]
name = "yit
er-idgenerator
"
name = "yit
ter_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 = "yit
ter_
idgen"
path = "./src/lib.rs"
crate-type = ["cdylib"]
Write
Preview
Loading…
Cancel
Save