10 lines
125 B
TOML
10 lines
125 B
TOML
[package]
|
|
name = "the-lib"
|
|
version = "0.0.0"
|
|
edition = "2024"
|
|
license = "EUPL-1.2"
|
|
|
|
[dependencies]
|
|
|
|
[lints]
|
|
workspace = true
|