refactor: make affy main cargo project
ci/woodpecker/push/lint Pipeline failed Details
ci/woodpecker/push/build Pipeline failed Details
ci/woodpecker/push/clippy Pipeline failed Details

user-register
Jef Roosens 2023-05-14 11:43:04 +02:00
parent fd81b64262
commit f9d31ce114
Signed by: Jef Roosens
GPG Key ID: B75D4F293C7052DB
4 changed files with 12 additions and 14 deletions

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"