mirror of
https://github.com/YGGverse/titanit.git
synced 2026-03-31 17:15:30 +00:00
use titanite library for backend
This commit is contained in:
parent
a4518ba93d
commit
08c437920c
6 changed files with 89 additions and 147 deletions
|
|
@ -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" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue