15 lines
253 B
TOML
15 lines
253 B
TOML
[package]
|
|
name = "furumi-application"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
furumi-backend-api.workspace = true
|
|
furumi-domain.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|
|
|