File: Cargo.toml.orig

package info (click to toggle)
rust-compile-commands 0.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 124 kB
  • sloc: makefile: 4
file content (22 lines) | stat: -rw-r--r-- 615 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[package]
name = "compile_commands"
version = "0.3.0"
authors = ["Will Lillis"]
edition = "2021"

description = "Work with compile_commands.json and compile_flags.txt in Rust programs."

documentation = "https://docs.rs/compile_commands/latest/compile_commands/"
homepage = "https://github.com/WillLillis/compile_commands"
repository = "https://github.com/WillLillis/compile_commands"

readme = "README.md"

keywords = ["clang", "llvm", "compile"]
categories = ["development-tools"]
publish = true
license = "Apache-2.0"

[dependencies]
serde = { version = "1.0.204", features = ["derive"] }
serde_json = "1.0.120"