rumpkernel 0.0.5

Rumpkernel as a crate
language: rust
rust: nightly
sudo: true

compiler:
  - gcc

before_install:
  - sudo apt-get update
  - sudo apt-get install -y build-essential

script:
  - cargo build