Skip to content

Commit

Permalink
add missing error crate
Browse files Browse the repository at this point in the history
Signed-off-by: simonsan <[email protected]>
  • Loading branch information
simonsan committed Mar 27, 2024
1 parent df7970a commit d5d4640
Show file tree
Hide file tree
Showing 4 changed files with 1,227 additions and 0 deletions.
28 changes: 28 additions & 0 deletions crates/error/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
[package]
name = "pace_error"
version = "0.1.0"
authors = { workspace = true }
categories = { workspace = true }
edition = { workspace = true }
homepage = { workspace = true }
keywords = { workspace = true }
license = { workspace = true }
repository = { workspace = true }
rust-version = { workspace = true }
description = "pace-error - library for error handling in pace ecosystem"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
chrono = { workspace = true }
displaydoc = { workspace = true }
miette = { workspace = true, features = ["fancy"] }
rusqlite = { workspace = true }
sea-query = { workspace = true }
serde_json = { workspace = true }
tera = { workspace = true }
thiserror = { workspace = true }
toml = { workspace = true }

[lints]
workspace = true
Loading

0 comments on commit d5d4640

Please sign in to comment.