2022-11-13 19:10:54 +00:00
|
|
|
[package]
|
2022-11-20 13:49:43 +00:00
|
|
|
name = "graph_force"
|
2022-11-22 21:35:51 +00:00
|
|
|
version = "0.1.3"
|
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"] }
|