mirror of
https://github.com/simplex-chat/simplexmq.git
synced 2026-07-02 04:52:13 +00:00
14 lines
302 B
TOML
14 lines
302 B
TOML
[project]
|
|
name = "snrc-resolve"
|
|
version = "0.1.0"
|
|
description = "SimpleX Namespace (SNRC) resolver — REST API over ENS-shaped Ethereum registries"
|
|
readme = "README.md"
|
|
requires-python = ">=3.11"
|
|
license = "AGPL-3.0-only"
|
|
dependencies = [
|
|
"eth-hash[pycryptodome]>=0.7",
|
|
]
|
|
|
|
[tool.uv]
|
|
package = false
|