cabocha 0.2.0

Safe Rust wrapper for cabocha a japanese language dependency structure analyzer library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
machine:
  environment:
    PATH: $HOME/.cargo/bin:$PATH
dependencies:
  pre:
    - curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly -y
    - rustup update
test:
  override:
    - cargo build
deployment:
  production:
    branch: master
    commands:
      - cargo login $CARGO_API_KEY
      - rm ~/.gitconfig
      - cargo publish