chore: restore Cargo.toml

This commit is contained in:
wfx 2026-03-07 22:56:00 +01:00
parent 95ce7b7598
commit 82f2f9d80e

8
Cargo.toml Normal file
View file

@ -0,0 +1,8 @@
# SPDX-License-Identifier: GPL-3.0-or-later
# Cargo.toml
#
# Workspace manifest for the Noctua project.
[workspace]
members = ["core", "ui"]
resolver = "2"