use titanite library for backend

This commit is contained in:
yggverse 2025-02-21 22:18:07 +02:00
parent a4518ba93d
commit 08c437920c
6 changed files with 89 additions and 147 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "titanit"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
license = "MIT"
readme = "README.md"
@ -14,3 +14,8 @@ 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" }