crates-index 0.14.1

Library for retrieving and interacting with the crates.io index
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
dist: trusty
sudo: false

language: rust

rust:
  - stable
  - beta
  - nightly

allow_failures: nightly

script:
  - cargo build --verbose
  - cargo test --verbose -- --test-threads 1