actix-web-utils/Cargo.toml

18 lines
510 B
TOML
Raw Normal View History

2022-08-23 03:15:46 +00:00
[package]
2022-08-23 03:18:33 +00:00
name = "actix-web-utils"
2022-09-25 16:08:04 +00:00
version = "0.2.21"
2022-08-23 03:15:46 +00:00
edition = "2021"
authors = ["Franklin E. Blanco"]
2022-08-23 03:18:33 +00:00
description = "Just some useful addons for actix web."
license = "MIT"
2022-08-31 17:10:10 +00:00
readme = "README.md"
repository = "https://github.com/franklinblanco/actix-web-utils"
2022-08-23 03:15:46 +00:00
[lib]
[dependencies]
actix-web = "4.1.0"
serde_json = { version = "1" }
2022-08-29 15:22:25 +00:00
serde = { version = "1.0", features = ["derive"] }
2022-09-25 16:08:04 +00:00
log = { version = "0.4", features = ["serde"] }
2023-10-03 12:00:59 +00:00
err = { path = "/Users/franklinblanco/Desktop/Code/rust/libs/dev-deps/err" }