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]
|
|
|
|
serde = { version = "1.0", features = ["derive"] }
|