17 lines
319 B
TOML
17 lines
319 B
TOML
![]() |
[package]
|
||
|
name = "tetratto-shared"
|
||
|
version = "0.1.0"
|
||
|
edition = "2024"
|
||
|
authors.workspace = true
|
||
|
repository.workspace = true
|
||
|
license.workspace = true
|
||
|
|
||
|
[dependencies]
|
||
|
chrono = "0.4.40"
|
||
|
hex_fmt = "0.3.0"
|
||
|
num-bigint = "0.4.6"
|
||
|
rand = "0.9.0"
|
||
|
serde = "1.0.219"
|
||
|
sha2 = "0.10.8"
|
||
|
uuid = { version = "1.16.0", features = ["v4"] }
|