We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b59161 commit db4d77aCopy full SHA for db4d77a
1 file changed
Cargo.toml
@@ -20,11 +20,6 @@ crate-type = ["cdylib"]
20
pyo3 = "0.18.2"
21
stam = "0.3.0"
22
23
-#compile against development version: (doesn't work when building with maturin for pypi)
24
-[patch.crates-io]
25
-stam = { git = 'https://github.com/annotation/stam-rust.git' } #from git
26
-#stam = { path = '../stam-rust' } #local
27
-
28
[features]
29
default = ["pyo3/extension-module"]
30
0 commit comments