jellyfish/Cargo.toml

17 lines
329 B
TOML
Raw Normal View History

2023-03-25 06:39:54 +00:00
[package]
name = "rustyfish"
2023-03-26 01:25:42 +00:00
version = "0.11.0-alpha.3"
2023-03-25 06:39:54 +00:00
edition = "2021"
2023-03-25 06:50:08 +00:00
[package.metadata.maturin]
name = "jellyfish.rustyfish"
2023-03-25 06:39:54 +00:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
name = "rustyfish"
crate-type = ["cdylib"]
[dependencies]
2023-03-25 22:45:20 +00:00
jellyfish = "0.4.1"
2023-03-25 06:39:54 +00:00
pyo3 = "0.18.1"