Skip to content

Commit 2e7a594

Browse files
authored
Merge pull request #14 from http-rs/release-v2.0.0
version update, catagories and keywords
2 parents c5af567 + 6841d8a commit 2e7a594

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

Cargo.toml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
11
[package]
22
name = "async-mongodb-session"
3-
version = "1.0.0"
3+
version = "2.0.0"
44
license = "MIT OR Apache-2.0"
55
repository = "https://github.com/yoshuawuyts/async-mongodb-session"
66
documentation = "https://docs.rs/async-mongodb-session"
77
description = "An async-session implementation for MongoDB"
88
readme = "README.md"
99
edition = "2018"
10-
keywords = []
11-
categories = []
10+
keywords = ["tide", "http", "web", "framework", "async", "session", "mongodb"]
11+
categories = [
12+
"network-programming",
13+
"asynchronous",
14+
"web-programming::http-server"
15+
]
1216
authors = [
1317
"Yoshua Wuyts <[email protected]>",
1418
"Irina Shestak <[email protected]>",

0 commit comments

Comments
 (0)