Skip to content

Commit 444e114

Browse files
author
Jakub Hlusička
committed
Remove path dependencies
1 parent 6850d22 commit 444e114

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Cargo.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@ edition = "2018"
1010
crate-type = ['cdylib', 'lib']
1111

1212
[dependencies]
13-
ammolite-math = { path = "../ammolite/ammolite-math" }
14-
mlib = { path = "../mlib" }
13+
ammolite-math = { git = "https://github.com/metaview-org/ammolite" }
14+
# ammolite-math = { path = "../ammolite/ammolite-math" }
15+
mlib = { git = "https://github.com/metaview-org/mlib" }
16+
# mlib = { path = "../mlib" }
1517
include_dir = { git = "https://github.com/erickt/include_dir", branch = "sort" }
1618
json5 = "0.2.5"
1719
lazy_static = "1.4.0"

0 commit comments

Comments
 (0)