All checks were successful
CI / Check / Test (push) Successful in 3m40s
Co-authored-by: Copilot <copilot@github.com>
13 lines
232 B
TOML
13 lines
232 B
TOML
[package]
|
|
name = "assets"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
authors.workspace = true
|
|
|
|
[dependencies]
|
|
application = { workspace = true }
|
|
|
|
[dev-dependencies]
|
|
application = { workspace = true }
|