11 lines
165 B
TOML
11 lines
165 B
TOML
[package]
|
|
name = "furumi-domain"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
license.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|
|
|