initial commit

This commit is contained in:
yggverse 2025-02-20 18:03:17 +02:00
parent 279972d900
commit f672af6f7b
4 changed files with 26 additions and 1 deletions

12
Cargo.toml Normal file
View file

@ -0,0 +1,12 @@
[package]
name = "titanite"
version = "0.1.0"
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]