cpu/Cargo.toml

18 lines
433 B
TOML
Raw Normal View History

2024-10-09 03:22:15 +00: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"
edition = "2021"
repository = ""
keywords = []
categories = []
rust-version = "1.82.0"
2024-10-09 03:22:15 +00:00
[workspace.dependencies]
fayalite = { git = "https://git.libre-chip.org/libre-chip/fayalite.git", version = "0.3.0", branch = "master" }