-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
migrate some more depedencies as workspace
- Loading branch information
genusistimelord
committed
Apr 12, 2024
1 parent
c5bafb7
commit fa466e5
Showing
11 changed files
with
41 additions
and
40 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 |
---|---|---|
|
@@ -5,9 +5,9 @@ authors = ["Andrew Wheeler <[email protected]>"] | |
edition = "2021" | ||
|
||
[dependencies] | ||
axum = {version = "0.7.1"} | ||
tokio = { version = "1.29.1", features = ["full", "tracing"] } | ||
async-trait = "0.1.71" | ||
axum.workspace = true | ||
tokio.workspace = true | ||
async-trait.workspace = true | ||
sqlx = { version = "0.7.2", features = [ | ||
"macros", | ||
"sqlite", | ||
|
@@ -16,5 +16,5 @@ sqlx = { version = "0.7.2", features = [ | |
"tls-rustls", | ||
"runtime-tokio", | ||
] } | ||
axum_session = { path = "../../" } | ||
axum_session.workspace = true | ||
axum_session_sqlx = { path = "../../databases/sqlx" } |
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 |
---|---|---|
|
@@ -5,15 +5,15 @@ authors = ["Andrew Wheeler <[email protected]>"] | |
edition = "2021" | ||
|
||
[dependencies] | ||
axum = {version = "0.7.1"} | ||
tokio = { version = "1.29.1", features = ["full", "tracing"] } | ||
async-trait = "0.1.71" | ||
axum.workspace = true | ||
tokio.workspace = true | ||
async-trait.workspace = true | ||
sqlx = { version = "0.7.2", features = [ | ||
"macros", | ||
"postgres", | ||
"_unstable-all-types", | ||
"tls-rustls", | ||
"runtime-tokio", | ||
] } | ||
axum_session = { path = "../../" } | ||
axum_session.workspace = true | ||
axum_session_sqlx = { path = "../../databases/sqlx" } |
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 |
---|---|---|
|
@@ -5,10 +5,10 @@ authors = ["Andrew Wheeler <[email protected]>"] | |
edition = "2021" | ||
|
||
[dependencies] | ||
axum = { version = "0.7.1" } | ||
tokio = { version = "1.29.1", features = ["full", "tracing"] } | ||
async-trait = "0.1.71" | ||
axum.workspace = true | ||
tokio.workspace = true | ||
async-trait.workspace = true | ||
surrealdb = { version = "1.0.0", features = ["kv-mem"] } | ||
hyper = "1.0.1" | ||
axum_session = { path = "../../" } | ||
axum_session.workspace = true | ||
axum_session_surreal = { path = "../../databases/surreal" } |
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 |
---|---|---|
|
@@ -5,15 +5,15 @@ authors = ["Andrew Wheeler <[email protected]>"] | |
edition = "2021" | ||
|
||
[dependencies] | ||
axum = {version = "0.7.1"} | ||
tokio = { version = "1.29.1", features = ["full", "tracing"] } | ||
async-trait = "0.1.71" | ||
axum.workspace = true | ||
tokio.workspace = true | ||
async-trait.workspace = true | ||
sqlx = { version = "0.7.2", features = [ | ||
"macros", | ||
"postgres", | ||
"_unstable-all-types", | ||
"tls-rustls", | ||
"runtime-tokio", | ||
] } | ||
axum_session = { path = "../../" } | ||
axum_session.workspace = true | ||
axum_session_sqlx = { path = "../../databases/sqlx" } |
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 |
---|---|---|
|
@@ -5,10 +5,10 @@ authors = ["Hossam Maher<[email protected]>"] | |
edition = "2021" | ||
|
||
[dependencies] | ||
axum = {version = "0.7.1"} | ||
tokio = { version = "1.29.1", features = ["full", "tracing"] } | ||
async-trait = "0.1.71" | ||
axum.workspace = true | ||
tokio.workspace = true | ||
async-trait.workspace = true | ||
redis_pool = "0.3.0" | ||
redis = { version = "0.24.0" } | ||
axum_session = { path = "../../" } | ||
axum_session.workspace = true | ||
axum_session_redispool = { path = "../../databases/redispool" } |
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 |
---|---|---|
|
@@ -5,12 +5,12 @@ authors = ["Andrew Wheeler <[email protected]>"] | |
edition = "2021" | ||
|
||
[dependencies] | ||
axum = { version = "0.7.1" } | ||
tokio = { version = "1.29.1", features = ["full", "tracing"] } | ||
async-trait = "0.1.71" | ||
axum.workspace = true | ||
tokio.workspace = true | ||
async-trait.workspace = true | ||
surrealdb = { version = "1.0.0", features = ["kv-mem"] } | ||
tower = "0.4.13" | ||
hyper = "1.0.1" | ||
http-body-util = "0.1.0" | ||
axum_session = { path = "../../", features = ["rest_mode"] } | ||
axum_session = { workspace = true, features = ["rest_mode"] } | ||
axum_session_surreal = { path = "../../databases/surreal" } |
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 |
---|---|---|
|
@@ -5,15 +5,15 @@ authors = ["Andrew Wheeler <[email protected]>"] | |
edition = "2021" | ||
|
||
[dependencies] | ||
axum = {version = "0.7.1"} | ||
tokio = { version = "1.29.1", features = ["full", "tracing"] } | ||
async-trait = "0.1.71" | ||
axum.workspace = true | ||
tokio.workspace = true | ||
async-trait.workspace = true | ||
sqlx = { version = "0.7.2", features = [ | ||
"macros", | ||
"postgres", | ||
"_unstable-all-types", | ||
"tls-rustls", | ||
"runtime-tokio", | ||
] } | ||
axum_session = { path = "../../" } | ||
axum_session.workspace = true | ||
axum_session_sqlx = { path = "../../databases/sqlx" } |
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 |
---|---|---|
|
@@ -5,7 +5,7 @@ authors = ["Andrew Wheeler <[email protected]>"] | |
edition = "2021" | ||
|
||
[dependencies] | ||
axum = {version = "0.7.1"} | ||
tokio = { version = "1.29.1", features = ["full", "tracing"] } | ||
async-trait = "0.1.71" | ||
axum_session = { path = "../../" } | ||
axum.workspace = true | ||
tokio.workspace = true | ||
async-trait.workspace = true | ||
axum_session.workspace = true |
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 |
---|---|---|
|
@@ -5,15 +5,15 @@ authors = ["Andrew Wheeler <[email protected]>"] | |
edition = "2021" | ||
|
||
[dependencies] | ||
axum = {version = "0.7.1"} | ||
tokio = { version = "1.29.1", features = ["full", "tracing"] } | ||
async-trait = "0.1.71" | ||
axum.workspace = true | ||
tokio.workspace = true | ||
async-trait.workspace = true | ||
sqlx = { version = "0.7.2", features = [ | ||
"macros", | ||
"sqlite", | ||
"_unstable-all-types", | ||
"tls-rustls", | ||
"runtime-tokio", | ||
] } | ||
axum_session = { path = "../../" } | ||
axum_session.workspace = true | ||
axum_session_sqlx = { path = "../../databases/sqlx", features = ["sqlite"] } |
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 |
---|---|---|
|
@@ -5,9 +5,9 @@ authors = ["Andrew Wheeler <[email protected]>"] | |
edition = "2021" | ||
|
||
[dependencies] | ||
axum = { version = "0.7.1" } | ||
tokio = { version = "1.29.1", features = ["full", "tracing"] } | ||
async-trait = "0.1.71" | ||
axum_session = { path = "../../"} | ||
axum.workspace = true | ||
tokio.workspace = true | ||
async-trait.workspace = true | ||
axum_session.workspace = true | ||
surrealdb = { version = "1.0.0", features = ["kv-mem"] } | ||
axum_session_surreal = { path = "../../databases/surreal" } |