Merge pull request #4 from Suiranoil/dev-workspace
move source to workspace member
This commit is contained in:
24
Cargo.toml
24
Cargo.toml
@@ -1,20 +1,6 @@
|
|||||||
[package]
|
[workspace]
|
||||||
name = "mixer-discord-bot"
|
|
||||||
version = "0.1.0"
|
|
||||||
edition = "2021"
|
|
||||||
|
|
||||||
[dependencies]
|
members = [
|
||||||
tokio = { version = "*", features = ["full"] }
|
"mixer-discord-bot"
|
||||||
tracing = "*"
|
]
|
||||||
serenity = {version = "*", default-features = false, features = ["rustls_backend", "client", "gateway", "model", "cache", "collector", "utils"] }
|
default-members = ["mixer-discord-bot"]
|
||||||
sqlx = { version = "0.6.2", features = ["runtime-tokio-native-tls", "postgres"] }
|
|
||||||
sea-orm = { version = "*", features = ["sqlx-postgres", "runtime-tokio-native-tls", "macros"] }
|
|
||||||
itertools = "*"
|
|
||||||
shuttle-secrets = "*"
|
|
||||||
shuttle-serenity = "*"
|
|
||||||
shuttle-runtime = "*"
|
|
||||||
shuttle-shared-db = { version = "*", features = ["postgres"] }
|
|
||||||
|
|
||||||
rusttype = "*"
|
|
||||||
image = "*"
|
|
||||||
imageproc = "*"
|
|
||||||
20
mixer-discord-bot/Cargo.toml
Normal file
20
mixer-discord-bot/Cargo.toml
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
[package]
|
||||||
|
name = "mixer-discord-bot"
|
||||||
|
version = "0.1.0"
|
||||||
|
edition = "2021"
|
||||||
|
|
||||||
|
[dependencies]
|
||||||
|
tokio = { version = "*", features = ["full"] }
|
||||||
|
tracing = "*"
|
||||||
|
serenity = {version = "*", default-features = false, features = ["rustls_backend", "client", "gateway", "model", "cache", "collector", "utils"] }
|
||||||
|
sqlx = { version = "0.6.2", features = ["runtime-tokio-native-tls", "postgres"] }
|
||||||
|
sea-orm = { version = "*", features = ["sqlx-postgres", "runtime-tokio-native-tls", "macros"] }
|
||||||
|
itertools = "*"
|
||||||
|
shuttle-secrets = "*"
|
||||||
|
shuttle-serenity = "*"
|
||||||
|
shuttle-runtime = "*"
|
||||||
|
shuttle-shared-db = { version = "*", features = ["postgres"] }
|
||||||
|
|
||||||
|
rusttype = "*"
|
||||||
|
image = "*"
|
||||||
|
imageproc = "*"
|
||||||
|
Before Width: | Height: | Size: 385 KiB After Width: | Height: | Size: 385 KiB |
Reference in New Issue
Block a user