Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
16
crates/bin/Cargo.toml
Normal file
16
crates/bin/Cargo.toml
Normal file
@@ -0,0 +1,16 @@
|
||||
[package]
|
||||
name = "bin"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
authors.workspace = true
|
||||
|
||||
[[bin]]
|
||||
name = "dvd-thing"
|
||||
path = "src/main.rs"
|
||||
|
||||
[dependencies]
|
||||
domain = { workspace = true }
|
||||
application = { workspace = true }
|
||||
wayland = { workspace = true }
|
||||
assets = { workspace = true }
|
||||
Reference in New Issue
Block a user