aboutsummaryrefslogtreecommitdiffhomepage
path: root/Cargo.toml
blob: bf216643850e09ba0717c09c14097aff492d8c27 (plain)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "cnf_ramsey"
version = "0.1.0"
edition = "2021"

[dependencies]
inline-python = "0.12.0"
pyo3 = "0.19.0"
#pyo3-ffi = "0.23.0"
re = "0.1.9"
regex = "1.11.1"