First merge #1

Merged
Jef Roosens merged 26 commits from dev into main 2023-05-17 23:33:39 +02:00
4 changed files with 12 additions and 14 deletions
Showing only changes of commit f9d31ce114 - Show all commits

View file

@ -3,5 +3,16 @@
members = [
"affluences-api",
"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"

View file

@ -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"