rust/hwphysics/Cargo.toml
changeset 14149 165e43c3ed59
parent 14064 c6745a1c827a
equal deleted inserted replaced
14148:745c73e0e644 14149:165e43c3ed59
     5 edition = "2018"
     5 edition = "2018"
     6 
     6 
     7 [dependencies]
     7 [dependencies]
     8 fpnum = { path = "../fpnum" }
     8 fpnum = { path = "../fpnum" }
     9 integral-geometry = { path = "../integral-geometry" }
     9 integral-geometry = { path = "../integral-geometry" }
       
    10 land2d = { path = "../land2d" }