mirror of
https://github.com/OpenCut-app/OpenCut.git
synced 2026-07-13 21:52:53 +02:00
14 lines
172 B
TOML
14 lines
172 B
TOML
[workspace]
|
|
resolver = "3"
|
|
members = [
|
|
'apps/desktop',
|
|
]
|
|
|
|
[workspace.package]
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
license = "MIT"
|
|
|
|
[workspace.dependencies]
|
|
gpui = "0.2.2"
|