8 lines
157 B
TOML
8 lines
157 B
TOML
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
# Cargo.toml
|
|
#
|
|
# Workspace manifest for the Noctua project.
|
|
|
|
[workspace]
|
|
members = ["core", "ui"]
|
|
resolver = "2"
|