mirror of
https://github.com/tribufu/sdk-rust
synced 2026-02-04 01:13:07 +00:00
19 lines
351 B
TOML
19 lines
351 B
TOML
[package]
|
|
name = "tribufu-error"
|
|
version = "1.3.0"
|
|
description = "Tribufu Error"
|
|
repository = "https://github.com/tribufu/tribufu-rust"
|
|
authors = ["Tribufu <contact@tribufu.com>"]
|
|
license = "MIT"
|
|
edition = "2021"
|
|
publish = true
|
|
|
|
[lib]
|
|
name = "tribufu_error"
|
|
crate-type = ["rlib"]
|
|
path = "lib.rs"
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.44"
|
|
thiserror = "2.0.12"
|