refactor(caesar): restructure the project to a monorepo

This commit is contained in:
Patryk Hegenberg 2024-05-05 13:42:11 +02:00
parent 17ebd0261b
commit b39e88107a
27 changed files with 195 additions and 142 deletions

18
caesar-shuttle/Cargo.toml Normal file
View file

@ -0,0 +1,18 @@
[package]
name = "caesar-transfer-iu"
version = "0.3.1"
edition = "2021"
authors = ["Manuel Keidel, Patryk Hegenberg, Krzysztof Stankiewicz"]
[[bin]]
name = "caesar-transfer-iu"
path = "src/main.rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
caesar-core = { path = "../caesar-core" }
shuttle-axum = { version = "0.44.0" }
shuttle-runtime = { version = "0.44.0" }
axum = { version = "0.7.5", features = ["ws"] }
axum-client-ip = "0.6.0"