mirror of
https://github.com/Tribufu/TribufuRust
synced 2026-08-09 04:41:07 +00:00
Add utils crates
This commit is contained in:
parent
f5d3e86eb2
commit
738f9c947b
18 changed files with 412 additions and 1 deletions
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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue