add gpsl submodule

This commit is contained in:
mii8080
2022-07-07 02:27:37 +00:00
committed by GitHub
parent 0e8b826b88
commit e2dc21c133

View File

@ -9,4 +9,5 @@ edition = "2021"
bigdecimal = "0.3.0"
primitive-types = "0.11.1"
rand = {version = "0.7.3"}
rand_chacha = "*"
rand_chacha = "*"
gpsl = { path = "./gpsl" }