mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-11 01:25:07 +02:00
15 lines
363 B
TOML
15 lines
363 B
TOML
[package]
|
|
authors = ["Henrik Rydgård <hrydgard@gmail.com>"]
|
|
edition = "2024"
|
|
name = "langtool"
|
|
version = "0.1.0"
|
|
|
|
[dependencies]
|
|
clap = { version = "4.5", features = ["derive"] }
|
|
reqwest = { version = "0.13", features = ["blocking", "json"] }
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1.0"
|
|
anyhow = "1.0"
|
|
cli-clipboard = "0.4"
|
|
regex = "1"
|