mirror of
https://git.asonix.dog/asonix/background-jobs.git
synced 2024-11-21 19:40:59 +00:00
2021
This commit is contained in:
parent
e6ecf3aa67
commit
7e1e89e777
5 changed files with 5 additions and 5 deletions
|
@ -7,7 +7,7 @@ authors = ["asonix <asonix@asonix.dog>"]
|
|||
repository = "https://git.asonix.dog/Aardwolf/background-jobs"
|
||||
readme = "README.md"
|
||||
keywords = ["jobs", "processor", "actix"]
|
||||
edition = "2018"
|
||||
edition = "2021"
|
||||
|
||||
[workspace]
|
||||
members = [
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
name = "actix-example"
|
||||
version = "0.1.0"
|
||||
authors = ["asonix <asonix@asonix.dog>"]
|
||||
edition = "2018"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ authors = ["asonix <asonix@asonix.dog>"]
|
|||
repository = "https://git.asonix.dog/Aardwolf/background-jobs"
|
||||
keywords = ["jobs", "processor"]
|
||||
readme = "../README.md"
|
||||
edition = "2018"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
actix-rt = "2.2.0"
|
||||
|
|
|
@ -7,7 +7,7 @@ authors = ["asonix <asonix@asonix.dog>"]
|
|||
repository = "https://git.asonix.dog/asonix/background-jobs"
|
||||
keywords = ["jobs", "processor"]
|
||||
readme = "../README.md"
|
||||
edition = "2018"
|
||||
edition = "2021"
|
||||
|
||||
[features]
|
||||
default = ["error-logging"]
|
||||
|
|
|
@ -6,7 +6,7 @@ license = "AGPL-3.0"
|
|||
authors = ["asonix <asonix@asonix.dog>"]
|
||||
repository = "https://git.asonix.dog/Aardwolf/background-jobs"
|
||||
readme = "../README.md"
|
||||
edition = "2018"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
|
|
Loading…
Reference in a new issue