13 lines
370 B
TOML
13 lines
370 B
TOML
[package]
|
|
name = "radicle-git-metadata"
|
|
description = "Radicle structs that carry Git commit metadata"
|
|
homepage.workspace = true
|
|
repository.workspace = true
|
|
version = "0.2.0"
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
keywords = ["radicle", "git", "metadata"]
|
|
rust-version.workspace = true
|
|
|
|
[dependencies]
|
|
thiserror = { workspace = true, default-features = true } |