Skip to content

Commit af859fc

Browse files
author
Jakub Hlusička
committed
Remove path dependencies
1 parent 6c70c92 commit af859fc

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Cargo.toml

+5-3
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,13 @@ 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" }
16-
json5 = "0.2.5"
1718
lazy_static = "1.4.0"
1819
regex = "1.3.1"
20+
json5 = "0.2.5"
1921
serde = { version = "1.0", features = ["derive"] }
2022
wasm-bindgen = "0.2.55"

0 commit comments

Comments
 (0)