mirror of
https://gitlab.rd.nic.fr/labs/frcrawler/content-clustering.git
synced 2025-04-04 11:35:13 +02:00
16 lines
366 B
TOML
16 lines
366 B
TOML
[project]
|
|
name = "frcrawler-content-clustering"
|
|
dependencies = [
|
|
"frcrawler"
|
|
]
|
|
license = {text = "GPL-3.0-or-later"}
|
|
authors = [
|
|
{ name = "Afnic Labs", email = "labs+crawler@afnic.fr" }
|
|
]
|
|
|
|
[build-system]
|
|
requires = ["maturin[patchelf]>=1.4,<1.5"]
|
|
build-backend = "maturin"
|
|
|
|
[tool.maturin]
|
|
module-name = "frcrawler_content_clustering._lib_content_clustering"
|