Skip to content

Commit

Permalink
Added cargo tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Kolstad committed Sep 29, 2022
1 parent cea74b1 commit 6f93359
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
[package]
name = "actix-middleware-etag"
description = "ETag middleware for Actix web >= 4.1"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
repository = "https://github.com/chriswk/actix-middleware-etag"
homepage = "https://github.com/chriswk/actix-middleware-etag"
authors = ["Christopher Kolstad <git@chriswk.no>"]
license = "MIT"

[dependencies]
actix-service = "2.0.2"
Expand Down

0 comments on commit 6f93359

Please sign in to comment.