2022-09-25 15:08:47 +00:00
|
|
|
[package]
|
|
|
|
name = "err"
|
2022-09-25 16:19:12 +00:00
|
|
|
version = "0.1.1"
|
2022-09-25 15:08:47 +00:00
|
|
|
edition = "2021"
|
|
|
|
authors = ["Franklin E. Blanco"]
|
|
|
|
description = "Just some useful addons for actix web."
|
|
|
|
license = "MIT"
|
|
|
|
readme = "README.md"
|
|
|
|
repository = "https://github.com/franklinblanco/err.git"
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
|
|
|
|
[dependencies]
|
2023-09-28 00:29:03 +00:00
|
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
|
|
thiserror = "1.0.48"
|
|
|
|
sqlx = { version = "0.7", features = ["json"] }
|