We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c70c92 commit af859fcCopy full SHA for af859fc
Cargo.toml
@@ -10,11 +10,13 @@ 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" }
-json5 = "0.2.5"
18
lazy_static = "1.4.0"
19
regex = "1.3.1"
20
+json5 = "0.2.5"
21
serde = { version = "1.0", features = ["derive"] }
22
wasm-bindgen = "0.2.55"
0 commit comments