initial commit

This commit is contained in:
yggverse 2025-02-20 05:45:19 +02:00
parent c6f6ec7ba4
commit 86e07f08c7
7 changed files with 408 additions and 0 deletions

16
Cargo.toml Normal file
View file

@ -0,0 +1,16 @@
[package]
name = "titanit"
version = "0.1.0"
edition = "2021"
license = "MIT"
readme = "README.md"
description = "File share server for Gemini & Titan protocols"
keywords = ["gemini", "titan", "gemini-protocol", "titan-protocol", "server"]
categories = ["database-implementations", "network-programming", "filesystem"]
repository = "https://github.com/YGGverse/titanit"
[dependencies]
anyhow = "1.0.95"
clap = { version = "4.5.30", features = ["derive"] }
native-tls = "0.2.13"
regex = "1.11.1"