blob: cc2b39362e44fa67b93daaa18f928c4f95f0d22b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[package]
name = "cli"
version = "0.1.0"
edition = "2024"
[dependencies]
tokio = { version = "1.44.2", features = ["full"] }
db = { path = "../../libs/db" }
deepphonemizer = { git = "https://github.com/MatthieuCoder/deepphonemizer-rs.git" }
async-trait = "0.1.88"
bincode = { version = "2.0.1", features = ["serde"] }
tch = {version = "0.20.0", features = ["download-libtorch"]}
|