22 lines
388 B
TOML
22 lines
388 B
TOML
[package]
|
|
name = "furumi-desktop"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
license.workspace = true
|
|
authors.workspace = true
|
|
description.workspace = true
|
|
readme.workspace = true
|
|
publish = false
|
|
|
|
[[bin]]
|
|
name = "furumi-desktop"
|
|
path = "src/main.rs"
|
|
|
|
[dependencies]
|
|
furumi-backend.workspace = true
|
|
furumi-ui.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|