i forgor
This commit is contained in:
parent
8ddb206871
commit
a2665b1ff0
18
pyproject.toml
Normal file
18
pyproject.toml
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
[build-system]
|
||||||
|
requires = ["maturin>=1.0,<2.0"]
|
||||||
|
build-backend = "maturin"
|
||||||
|
|
||||||
|
[project]
|
||||||
|
name = "zkac"
|
||||||
|
version = "0.1.0"
|
||||||
|
description = "Zero-Knowledge Access Control: BBS+ anonymous credentials with encrypted transport"
|
||||||
|
readme = "README.md"
|
||||||
|
requires-python = ">=3.9"
|
||||||
|
dependencies = [
|
||||||
|
"ipykernel>=6.31.0",
|
||||||
|
]
|
||||||
|
|
||||||
|
[tool.maturin]
|
||||||
|
features = ["python"]
|
||||||
|
module-name = "zkac._zkac"
|
||||||
|
python-source = "python"
|
||||||
Loading…
x
Reference in New Issue
Block a user