mirror of
https://github.com/Chaoscaot/schemsearch.git
synced 2025-12-16 04:17:07 +01:00
9 lines
182 B
TOML
9 lines
182 B
TOML
[package]
|
|
name = "schemsearch-ocl-matcher"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
schemsearch-common = { path = "../schemsearch-common" }
|
|
ocl = "0.19.7"
|
|
libmath = "0.2.1" |