14 lines
309 B
TOML
14 lines
309 B
TOML
[package]
|
|
name = "graph_force"
|
|
version = "0.1.3"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
[lib]
|
|
name = "graph_force"
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
rand = "0.8.5"
|
|
pyo3 = { version = "0.17.3", features = ["extension-module"] }
|