CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
hrydgard

CoCalc provides the best real-time collaborative environment for Jupyter Notebooks, LaTeX documents, and SageMath, scalable from individual users to large groups and classes!

GitHub Repository: hrydgard/ppsspp
Path: blob/master/Tools/langtool/Cargo.toml
Views: 1401
1
[package]
2
authors = ["Henrik Rydgård <[email protected]>"]
3
edition = "2021"
4
name = "langtool"
5
version = "0.1.0"
6
7
[dependencies]
8
clap = { version = "4.5", features = ["derive"] }
9
10