-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
849e028
commit 2440d1c
Showing
8 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "hitbox-actix" | |
version = "0.1.0" | ||
authors = ["Belousow Makc <[email protected]>", "Andrey Ermilov <[email protected]>"] | ||
license = "MIT" | ||
edition = "2018" | ||
edition = "2021" | ||
description = "Asynchronous caching framework for Actix." | ||
readme = "README.md" | ||
repository = "https://github.com/hit-box/hitbox/" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "hitbox-backend" | |
version = "0.1.0" | ||
authors = ["Belousow Makc <[email protected]>", "Andrey Ermilov <[email protected]>"] | ||
license = "MIT" | ||
edition = "2018" | ||
edition = "2021" | ||
description = "Backend trait for asynchronous caching framework in Rust." | ||
readme = "README.md" | ||
repository = "https://github.com/hit-box/hitbox/" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "hitbox-derive" | |
version = "0.1.0" | ||
authors = ["Belousow Makc <[email protected]>", "Andrey Ermilov <[email protected]>"] | ||
license = "MIT" | ||
edition = "2018" | ||
edition = "2021" | ||
description = "Derive macros for asynchronous caching framework in Rust." | ||
readme = "README.md" | ||
repository = "https://github.com/hit-box/hitbox/" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "hitbox-redis" | |
version = "0.1.0" | ||
authors = ["Belousow Makc <[email protected]>", "Andrey Ermilov <[email protected]>"] | ||
license = "MIT" | ||
edition = "2018" | ||
edition = "2021" | ||
description = "Hitbox redis backend." | ||
readme = "README.md" | ||
repository = "https://github.com/hit-box/hitbox/" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "hitbox-tokio" | |
version = "0.1.0" | ||
authors = ["Belousow Makc <[email protected]>", "Andrey Ermilov <[email protected]>"] | ||
license = "MIT" | ||
edition = "2018" | ||
edition = "2021" | ||
description = "Hitbox cache framework tokio integration." | ||
readme = "README.md" | ||
repository = "https://github.com/hit-box/hitbox/" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[package] | ||
edition = "2018" | ||
edition = "2021" | ||
name = "hitbox-tower" | ||
version = "0.1.0" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,8 +3,8 @@ name = "hitbox" | |
version = "0.1.0" | ||
authors = ["Belousow Makc <[email protected]>", "Andrey Ermilov <[email protected]>"] | ||
license = "MIT" | ||
edition = "2018" | ||
description = "Asynchronous caching framework in Rust." | ||
edition = "2021" | ||
description = "Asynchronous caching framework." | ||
readme = "README.md" | ||
repository = "https://github.com/hit-box/hitbox/" | ||
categories = ["caching", "asynchronous"] | ||
|