10 lines
151 B
TOML
10 lines
151 B
TOML
|
|
[package]
|
||
|
|
name = "tools"
|
||
|
|
version.workspace = true
|
||
|
|
edition.workspace = true
|
||
|
|
license.workspace = true
|
||
|
|
publish.workspace = true
|
||
|
|
|
||
|
|
[lints]
|
||
|
|
workspace = true
|