refactor: make affy main cargo project
parent
fd81b64262
commit
f9d31ce114
13
Cargo.toml
13
Cargo.toml
|
@ -3,5 +3,16 @@
|
||||||
members = [
|
members = [
|
||||||
"affluences-api",
|
"affluences-api",
|
||||||
"affluences-cli",
|
"affluences-cli",
|
||||||
"bot",
|
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[package]
|
||||||
|
name = "affy"
|
||||||
|
version = "0.1.0"
|
||||||
|
edition = "2021"
|
||||||
|
|
||||||
|
[dependencies]
|
||||||
|
affluences-api = { path = "./affluences-api" }
|
||||||
|
tokio = { version = "1.28.1", features = ["full"] }
|
||||||
|
chrono = "*"
|
||||||
|
uuid = "*"
|
||||||
|
poise = "0.5.5"
|
||||||
|
|
|
@ -1,13 +0,0 @@
|
||||||
[package]
|
|
||||||
name = "affy"
|
|
||||||
version = "0.1.0"
|
|
||||||
edition = "2021"
|
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
||||||
|
|
||||||
[dependencies]
|
|
||||||
affluences-api = { path = "../affluences-api" }
|
|
||||||
tokio = { version = "1.28.1", features = ["full"] }
|
|
||||||
chrono = "*"
|
|
||||||
uuid = "*"
|
|
||||||
poise = "0.5.5"
|
|
Loading…
Reference in New Issue