titanit/Cargo.toml
2025-02-24 03:09:23 +02:00

22 lines
663 B
TOML

[package]
name = "titanit"
version = "0.1.1"
edition = "2021"
license = "MIT"
readme = "README.md"
description = "File share server for Titan protocol with Gemini frontend"
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.14"
regex = "1.11.1"
titanite = "0.3.2"
# development
[patch.crates-io]
# titanite = { path = "../titanite" }
# titanite = { git = "https://github.com/YGGverse/titanite.git" }