Skip to content

Instantly share code, notes, and snippets.

@carols10cents
Created September 26, 2017 19:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save carols10cents/44f2d2feb85b21590b8301096e74ab04 to your computer and use it in GitHub Desktop.
Save carols10cents/44f2d2feb85b21590b8301096e74ab04 to your computer and use it in GitHub Desktop.
Part of the output of `cargo build --message-format=json` for a project with `src/bin/server.rs`
{
"features":[],
"filenames":["/Users/carolnichols/rust/crates.io/target/debug/server"],
"fresh":false,
"package_id":"cargo-registry 0.2.1 (path+file:///Users/carolnichols/rust/crates.io)",
"profile":{"debug_assertions":true,"debuginfo":2,"opt_level":"0","overflow_checks":true,"test":false},
"reason":"compiler-artifact",
"target":{
"crate_types":["bin"],
"kind":["bin"],
"name":"server","src_path":"/Users/carolnichols/rust/crates.io/src/bin/server.rs"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment