Scaffold cargo workspace with core and gtk crates

This commit is contained in:
2026-03-01 23:54:45 +02:00
parent 2b984c3f5d
commit 2ca1f87bf3
13 changed files with 46 additions and 0 deletions

8
Cargo.toml Normal file
View File

@@ -0,0 +1,8 @@
[workspace]
members = ["outlay-core", "outlay-gtk"]
resolver = "2"
[workspace.package]
version = "0.1.0"
edition = "2024"
license = "GPL-3.0-or-later"