diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -9,6 +9,8 @@ edition = "2021" anyhow = "1.0.79" either = "1.9.0" ghost-cell = "0.2.3" +ouroboros = "0.18.2" +paste = "1.0.14" rand = "0.8.5" stl_io = "0.7.0" typed-arena = "2.0.2" |