rust-bert-bot/Cargo.toml

15 lines
356 B
TOML

[package]
name = "rust-bert-bot"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
libcwtch = "0.3.2"
imp = {path = "../imp"}
serde_json = "1.0"
serde = { version = "1.0.127", features = ["derive"] }
serde_with = { version = "1.10.0" }
rust-bert = "0.17.0"