-
- Downloads
chore: initial python module structure
parent
1ef4a9d1
No related branches found
No related tags found
... | ... | @@ -16,6 +16,7 @@ crate-type = ["cdylib", "rlib"] |
[features] | ||
wasm = ["wasm-bindgen", "js-sys"] | ||
python = ["pyo3"] | ||
debug = [] | ||
pedantic = [] | ||
cpulog = [] | ||
... | ... | @@ -24,6 +25,7 @@ gen-mock = [] |
[dependencies] | ||
wasm-bindgen = { version = "0.2", optional = true } | ||
js-sys = { version = "0.3", optional = true } | ||
pyo3 = { version = "0.20", optional = true } | ||
[build-dependencies] | ||
chrono = "0.4" | ||
... | ... |
src/py.rs
0 → 100644
Please register or sign in to comment