icechip/Cargo.toml

13 lines
291 B
TOML
Raw Permalink Normal View History

2024-09-24 21:44:29 +00:00
[package]
name = "icechip"
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."
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"