14 lines
396 B
TOML
14 lines
396 B
TOML
[package]
|
|
name = "radicle-dag"
|
|
description = "Radicle DAG implementation"
|
|
homepage = "https://radicle.xyz"
|
|
repository = "https://app.radicle.xyz/seeds/seed.radicle.xyz/rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5"
|
|
license = "MIT OR Apache-2.0"
|
|
authors = ["cloudhead <cloudhead@radicle.xyz>"]
|
|
version = "0.10.0"
|
|
edition = "2021"
|
|
rust-version.workspace = true
|
|
|
|
[dependencies]
|
|
fastrand = { version = "2.0.0" }
|