14 lines
316 B
TOML
14 lines
316 B
TOML
[package]
|
|
name = "chainfire-core"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
description = "Internal compatibility crate for non-public ChainFire workspace types"
|
|
rust-version.workspace = true
|
|
publish = false
|
|
|
|
[dependencies]
|
|
thiserror = { workspace = true }
|
|
|
|
[lints]
|
|
workspace = true
|