forked from dan-fritchman/Layout21
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
31 lines (29 loc) · 770 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#
# Layout21 Workspace
#
[workspace]
members = [
"gds21",
"layout21",
"layout21converters",
"layout21protos",
"layout21raw",
"layout21tetris",
"layout21utils",
"lef21",
]
# Inherited Package Attributes
# Thanks https://doc.rust-lang.org/cargo/reference/workspaces.html#the-package-table!
[workspace.package]
authors = ["Dan Fritchman <[email protected]>", "Arya Reais-Parsi <[email protected]>"]
categories = [] # FIXME!
documentation = "https://github.com/dan-fritchman/Layout21"
edition = "2021"
exclude = ["resources", "scratch"]
homepage = "https://github.com/dan-fritchman/Layout21"
include = []
keywords = [] # FIXME!
license = "BSD-3-Clause"
readme = "readme.md"
repository = "https://github.com/dan-fritchman/Layout21"
version = "3.0.0-pre.3"