File: cargo.plugin

package info (click to toggle)
foundry 1.1~beta-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 15,552 kB
  • sloc: ansic: 167,487; xml: 417; makefile: 21; sh: 19; javascript: 10
file content (13 lines) | stat: -rw-r--r-- 453 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Plugin]
Name=Cargo
Description=Allow building projects using the Cargo build system
Builtin=true
Embedded=_plugin_cargo_register_types
Module=cargo
X-Category=buildsystem
X-BuildSystem-Name=cargo
X-BuildSystem-Downloads-Command=env -C $SRCDIR cargo fetch
X-BuildSystem-Build-Command=env -C $SRCDIR cargo build --message-format=human
X-BuildSystem-Clean-Command=env -C $SRCDIR cargo clean
X-BuildSystem-Pattern=^Cargo\\.toml$
X-BuildSystem-Priority=900