titanit/Cargo.toml
2025-02-21 22:18:07 +02:00

21 lines
590 B
TOML

[package]
name = "titanit"
version = "0.1.1"
edition = "2021"
license = "MIT"
readme = "README.md"
description = "File sharing 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"
titanite = "0.1.1"
# development
# [patch.crates-io]
# titanite = { path = "../titanite" }