icechip/Cargo.toml

12 lines
286 B
TOML

[package]
name = "icechip"
version = "0.1.0"
edition = "2021"
description = "A mostly true to spec Twitter Snowflake implementation, with multiple modes."
repository = "https://git.cbax.dev/icechip"
readme = "README.md"
license = "MIT"
publish = true
[dependencies]
tinyrand = "0.5.0"