mirror of
https://github.com/YGGverse/titanit.git
synced 2026-03-31 09:05:45 +00:00
22 lines
663 B
TOML
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.1"
|
|
|
|
# development
|
|
[patch.crates-io]
|
|
# titanite = { path = "../titanite" }
|
|
# titanite = { git = "https://github.com/YGGverse/titanite.git" }
|