shifty-backend/service_impl/Cargo.toml
2024-04-26 21:34:00 +02:00

12 lines
245 B
TOML

[package]
name = "service_impl"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies.service]
path = "../service"
[dependencies.dao]
path = "../dao"