.github/workflows/CI.yml
0 → 100644
+181
−0
.gitignore
0 → 100644
+75
−0
Cargo.toml
0 → 100644
+12
−0
| Original line number | Diff line number | Diff line |
|---|---|---|
[package]
|
||
name = "powersheds"
|
||
version = "0.1.0"
|
||
edition = "2021"
|
||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||
[lib]
|
||
name = "powersheds"
|
||
crate-type = ["cdylib"]
|
||
[dependencies]
|
||
pyo3 = "0.23.3" |
environment.yaml
0 → 100644
+11
−0
pyproject.toml
0 → 100644
+15
−0
Loading