[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.14" regex = "1.11.1" titanite = "0.2.0" # development [patch.crates-io] # titanite = { path = "../titanite" } # titanite = { git = "https://github.com/YGGverse/titanite.git" }