[package] name = "clang-typecheck" version = "0.1.0" authors = ["Daniel Trstenjak "] license = "BSD-3-Clause" description = "Type check a C++ source file with a clang compilation database" repository = "https://github.com/dan-t/clang-typecheck" readme = "README.md" [dependencies] serde_json = "0.8.1" error-type = "0.1.2" lazy_static = "~0.2.1" clap = "~2.2.6"