mirror of
https://github.com/hannobraun/Fornjot
synced 2025-02-02 05:15:54 +00:00
11 lines
146 B
TOML
11 lines
146 B
TOML
[package]
|
|
name = "holes"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies.fj]
|
|
path = "../../crates/fj"
|
|
|
|
[dependencies.cuboid]
|
|
path = "../cuboid"
|