graph-force/Cargo.toml

14 lines
309 B
TOML
Raw Permalink Normal View History

2022-11-13 19:10:54 +00:00
[package]
2022-11-20 13:49:43 +00:00
name = "graph_force"
2022-11-28 18:59:45 +00:00
version = "0.2.2"
2022-11-13 19:10:54 +00:00
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
2022-11-20 13:49:43 +00:00
[lib]
name = "graph_force"
crate-type = ["cdylib"]
2022-11-13 19:10:54 +00:00
[dependencies]
rand = "0.8.5"
2022-11-20 13:49:43 +00:00
pyo3 = { version = "0.17.3", features = ["extension-module"] }