mirror of
https://github.com/YGGverse/titanit.git
synced 2026-03-31 09:05:45 +00:00
initial commit
This commit is contained in:
parent
c6f6ec7ba4
commit
86e07f08c7
7 changed files with 408 additions and 0 deletions
16
Cargo.toml
Normal file
16
Cargo.toml
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue