1
0
mirror of synced 2025-01-11 08:15:48 +00:00
nomos-node/nomos-core/cl/Cargo.toml
Giacomo Pasini ad88d2bc0c
Add first tx defition (#835)
* Add first tx defition

* address review comments

* review comments
2024-10-22 15:51:54 +02:00

14 lines
281 B
TOML

[package]
name = "cl"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
serde = {version="1.0", features = ["derive"]}
rand = "0.8.5"
rand_core = "0.6.0"
hex = "0.4.3"
sha2 = "0.10"