18 lines
431 B
TOML
18 lines
431 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.79"
|
||
|
|
||
|
[workspace.dependencies]
|
||
|
fayalite = { git = "https://git.libre-chip.org/libre-chip/fayalite.git", version = "0.2.0", branch = "master" }
|