Skip to content

Commit

Permalink
Add badges to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lu-zero committed Feb 18, 2024
1 parent 91d9a3d commit bc44d51
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mdev-parser"
version = "0.1.1"
version = "0.1.0"
edition = "2018"
license = "MIT"
description = "Parse the Busybox mdev configuration file"
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# mdev-parser

[![dependency status](https://deps.rs/repo/github/rust-italia/mdev-parser/status.svg)](https://deps.rs/repo/github/rust-italia/mdev-parser)
![docs.rs](https://img.shields.io/docsrs/mdev-parser)
![Crates.io Version](https://img.shields.io/crates/v/mdev-parser)
![Crates.io License](https://img.shields.io/crates/l/mdev-parser)


Parses a [mdev](https://git.busybox.net/busybox/plain/docs/mdev.txt) configuration file.

The codebase had been tested against [this](https://github.com/slashbeast/mdev-like-a-boss/blob/master/mdev.conf), extended configuration.
Expand Down

0 comments on commit bc44d51

Please sign in to comment.