titanite/Cargo.toml
2025-02-20 23:07:17 +02:00

14 lines
429 B
TOML

[package]
name = "titanite"
version = "0.1.1"
edition = "2021"
license = "MIT"
readme = "README.md"
description = "Client/Server Library for Gemini protocol with Titan support"
keywords = ["gemini", "titan", "gemini-protocol", "titan-protocol", "api"]
categories = ["network-programming", "parser-implementations", "parsing"]
repository = "https://github.com/YGGverse/titanite"
[dependencies]
anyhow = "1.0.96"
regex = "1.11.1"