cpu/Cargo.toml

21 lines
462 B
TOML
Raw Normal View History

2024-10-08 20:22:15 -07:00
# SPDX-License-Identifier: LGPL-3.0-or-later
# See Notices.txt for copyright information
[workspace]
resolver = "2"
members = ["crates/*"]
[workspace.package]
version = "0.1.0"
license = "LGPL-3.0-or-later"
2025-08-24 19:07:53 -07:00
edition = "2024"
2024-10-08 20:22:15 -07:00
repository = ""
keywords = []
categories = []
2025-08-24 19:06:01 -07:00
rust-version = "1.89.0"
2024-10-08 20:22:15 -07:00
[workspace.dependencies]
fayalite = { git = "https://git.libre-chip.org/libre-chip/fayalite.git", version = "0.3.0", branch = "master" }
2025-02-06 21:28:30 -08:00
[profile.dev]
opt-level = 1