2024-09-24 21:44:29 +00:00
|
|
|
[package]
|
|
|
|
name = "icechip"
|
2024-09-29 18:33:08 +00:00
|
|
|
version = "0.1.1"
|
2024-09-24 21:44:29 +00:00
|
|
|
edition = "2021"
|
2024-09-29 05:53:44 +00:00
|
|
|
description = "A mostly true to spec Twitter Snowflake implementation, with multiple modes."
|
2024-09-29 18:33:08 +00:00
|
|
|
repository = "https://git.cbax.dev/cbax/icechip"
|
2024-09-29 05:53:44 +00:00
|
|
|
readme = "README.md"
|
2024-09-29 05:48:33 +00:00
|
|
|
license = "MIT"
|
|
|
|
publish = true
|
2024-09-24 21:44:29 +00:00
|
|
|
|
|
|
|
[dependencies]
|
2024-09-29 05:44:48 +00:00
|
|
|
tinyrand = "0.5.0"
|