17 lines
329 B
TOML
17 lines
329 B
TOML
[package]
|
|
name = "rustyfish"
|
|
version = "0.11.0-alpha.2"
|
|
edition = "2021"
|
|
|
|
[package.metadata.maturin]
|
|
name = "jellyfish.rustyfish"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
[lib]
|
|
name = "rustyfish"
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
jellyfish = "0.4.1"
|
|
pyo3 = "0.18.1"
|