mirror of
https://github.com/tribufu/sdk-rust
synced 2026-02-04 01:13:07 +00:00
Add utils crates
This commit is contained in:
17
src/error/Cargo.toml
Normal file
17
src/error/Cargo.toml
Normal file
@@ -0,0 +1,17 @@
|
||||
[package]
|
||||
name = "tribufu-error"
|
||||
version = "0.0.5"
|
||||
description = "Tribufu Error"
|
||||
repository = "https://github.com/tribufu/tribufu-rust"
|
||||
authors = ["Tribufu <contact@tribufu.com>"]
|
||||
edition = "2021"
|
||||
publish = false
|
||||
|
||||
[lib]
|
||||
name = "tribufu_error"
|
||||
crate-type = ["rlib"]
|
||||
path = "lib.rs"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.44"
|
||||
thiserror = "2.0.12"
|
||||
Reference in New Issue
Block a user