cpu/Cargo.toml
Jacob Lifshay 7efcd872b5
All checks were successful
/ deps (push) Successful in 19s
/ test (push) Successful in 26m12s
working on reg_alloc
2025-02-06 21:28:30 -08:00

21 lines
462 B
TOML

# 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"
edition = "2021"
repository = ""
keywords = []
categories = []
rust-version = "1.82.0"
[workspace.dependencies]
fayalite = { git = "https://git.libre-chip.org/libre-chip/fayalite.git", version = "0.3.0", branch = "master" }
[profile.dev]
opt-level = 1