Remove redundant info from model Cargo.tomls

This commit is contained in:
Hanno Braun 2022-10-12 12:19:48 +02:00
parent ccdc4bdeeb
commit 2a9caa425a
4 changed files with 0 additions and 12 deletions

View File

@ -3,8 +3,5 @@ name = "cuboid"
version = "0.1.0"
edition = "2021"
[lib]
crate-type = ["cdylib"]
[dependencies.fj]
path = "../../crates/fj"

View File

@ -3,8 +3,5 @@ name = "spacer"
version = "0.1.0"
edition = "2021"
[lib]
crate-type = ["cdylib"]
[dependencies.fj]
path = "../../crates/fj"

View File

@ -3,8 +3,5 @@ name = "star"
version = "0.1.0"
edition = "2021"
[lib]
crate-type = ["cdylib"]
[dependencies.fj]
path = "../../crates/fj"

View File

@ -7,8 +7,5 @@ homepage = "https://www.fornjot.app/"
repository = "https://github.com/hannobraun/fornjot"
license = "0BSD"
[lib]
crate-type = ["cdylib"]
[dependencies.fj]
path = "../../crates/fj"