We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6850d22 commit 444e114Copy full SHA for 444e114
Cargo.toml
@@ -10,8 +10,10 @@ edition = "2018"
10
crate-type = ['cdylib', 'lib']
11
12
[dependencies]
13
-ammolite-math = { path = "../ammolite/ammolite-math" }
14
-mlib = { path = "../mlib" }
+ammolite-math = { git = "https://github.com/metaview-org/ammolite" }
+# ammolite-math = { path = "../ammolite/ammolite-math" }
15
+mlib = { git = "https://github.com/metaview-org/mlib" }
16
+# mlib = { path = "../mlib" }
17
include_dir = { git = "https://github.com/erickt/include_dir", branch = "sort" }
18
json5 = "0.2.5"
19
lazy_static = "1.4.0"
0 commit comments