• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

killercup / cargo-edit / 82
77%

Build:
DEFAULT BRANCH: master
Ran 11 Oct 2015 12:51PM UTC
Jobs 2
Files 6
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
82

push

travis-ci

homu
Auto merge of #8 - killercup:feature/cargo-add, r=killercup

cargo add (WIP)

```plain
Usage:
    cargo add <crate> [--dev|--build] [--ver=<semver>|--git=<uri>|--path=<uri>] [options]
    cargo add (-h|--help)
    cargo add --version

Options:
    -D --dev                Add crate as development dependency.
    -B --build              Add crate as build dependency.
    --ver=<semver>          Specify the version to grab from the registry (crates.io).
                            You can also specify versions as part of the name, e.g
                            `cargo add bitflags@0.3.2`.
    --git=<uri>             Specify a git repository to download the crate from.
    --path=<uri>            Specify the path the crate should be loaded from.
    --optional              Add as an optional dependency (for use in features.)
    --manifest-path=<path>  Path to the manifest to add a dependency to.
    -h --help               Show this help page.
    --version               Show version.

Add a dependency to a Cargo.toml manifest file.
```

49 of 49 new or added lines in 1 file covered. (100.0%)

143 of 206 relevant lines covered (69.42%)

1.38 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
22
100.0
src/bin/add/args.rs
Jobs
ID Job ID Ran Files Coverage
2 82.2 11 Oct 2015 12:51PM UTC 0
69.27
Travis Job 82.2
3 82.3 11 Oct 2015 12:52PM UTC 0
69.42
Travis Job 82.3
Source Files on build 82
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #82
  • cad7da52 on github
  • Prev Build on master (#69)
  • Next Build on master (#87)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc