fixed lifetimes

This commit is contained in:
STP
2023-11-12 05:11:11 -05:00
parent 04bc278f4a
commit 1b708049a9
4 changed files with 471 additions and 68 deletions

View File

@@ -20,3 +20,5 @@ bytemuck = { version = "1.12", features = [ "derive" ] }
anyhow = "1.0"
nalgebra = "0.32.3"
roots = "0.0.8"
lazy_static = "1.4.0"
arc = "0.0.1"