Skip to content

Commit

Permalink
Add details to Cargo manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelbuesing committed May 13, 2019
1 parent 0ea84da commit 542876d
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
[package]
name = "canutils"
version = "0.1.0"
license = "MIT"
description = "A can-utils implementation in pure Rust"
authors = ["marcelbuesing <buesing.marcel@googlemail.com>"]
edition = "2018"
homepage = "https://github.com/marcelbuesing/canutils-rs"
repository = "https://github.com/marcelbuesing/canutils-rs.git"
keywords = ["can-utils", "can", "automotive", "ecu"]
documentation = "https://docs.rs/canutils"
readme = "README.md"

[dependencies]
ansi_term = "0.11"
Expand Down
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Binary Installation

```
cargo install --bins canutils
``
# Candumprb
A colorful candump version.
Run via:
```
candumprb vcan0
``

0 comments on commit 542876d

Please sign in to comment.