Initial commit
This commit is contained in:
commit
dccfa2d4cf
19 changed files with 3156 additions and 0 deletions
12
service_impl/Cargo.toml
Normal file
12
service_impl/Cargo.toml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
[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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue