mirror of
https://github.com/YGGverse/titanite.git
synced 2026-03-31 09:05:31 +00:00
15 lines
443 B
TOML
15 lines
443 B
TOML
[package]
|
|
name = "titanite"
|
|
version = "0.1.2"
|
|
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"
|
|
url = "2.5.4"
|