Skip to content

Commit

Permalink
Remove path dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Hlusička committed May 14, 2020
1 parent 6850d22 commit 444e114
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@ edition = "2018"
crate-type = ['cdylib', 'lib']

[dependencies]
ammolite-math = { path = "../ammolite/ammolite-math" }
mlib = { path = "../mlib" }
ammolite-math = { git = "https://github.com/metaview-org/ammolite" }
# ammolite-math = { path = "../ammolite/ammolite-math" }
mlib = { git = "https://github.com/metaview-org/mlib" }
# mlib = { path = "../mlib" }
include_dir = { git = "https://github.com/erickt/include_dir", branch = "sort" }
json5 = "0.2.5"
lazy_static = "1.4.0"
Expand Down

0 comments on commit 444e114

Please sign in to comment.