15 lines
226 B
TOML
15 lines
226 B
TOML
|
[package]
|
||
|
name = "rust"
|
||
|
version = "0.0.0"
|
||
|
|
||
|
authors.workspace = true
|
||
|
edition.workspace = true
|
||
|
license-file.workspace = true
|
||
|
rust-version.workspace = true
|
||
|
|
||
|
[lints]
|
||
|
workspace = true
|
||
|
|
||
|
[dependencies]
|
||
|
# crate = { workspace = true }
|