You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

Cargo.toml 473 B

4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
12345678910111213141516171819202122232425
  1. [package]
  2. name = "yitidgen"
  3. version = "1.0.0"
  4. authors = ["yitter <yitter@126.com>"]
  5. edition = "2018"
  6. # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
  7. [dependencies]
  8. chrono = "0.4.10"
  9. lazy_static = "1.4.0"
  10. #simple_redis = "*"
  11. redis = "0.20.0"
  12. libc="*"
  13. #actix = "0.9.0"
  14. #actix-web = "2.0"
  15. #actix-rt = "1.0"
  16. #actix-redis = "0.8.0"
  17. #redis-async = "0.6.1"
  18. [lib]
  19. name = "yitidgen"
  20. path = "./src/lib.rs"
  21. crate-type = ["cdylib"]

雪花算法中非常好用的数字ID生成器