Skip to content

Commit

Permalink
Remove redundant info from model Cargo.tomls
Browse files Browse the repository at this point in the history
  • Loading branch information
hannobraun committed Oct 12, 2022
1 parent ccdc4bd commit 2a9caa4
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 12 deletions.
3 changes: 0 additions & 3 deletions models/cuboid/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,5 @@ name = "cuboid"
version = "0.1.0"
edition = "2021"

[lib]
crate-type = ["cdylib"]

[dependencies.fj]
path = "../../crates/fj"
3 changes: 0 additions & 3 deletions models/spacer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,5 @@ name = "spacer"
version = "0.1.0"
edition = "2021"

[lib]
crate-type = ["cdylib"]

[dependencies.fj]
path = "../../crates/fj"
3 changes: 0 additions & 3 deletions models/star/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,5 @@ name = "star"
version = "0.1.0"
edition = "2021"

[lib]
crate-type = ["cdylib"]

[dependencies.fj]
path = "../../crates/fj"
3 changes: 0 additions & 3 deletions models/test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 2a9caa4

Please sign in to comment.