Update description

This commit is contained in:
dalance 2019-09-20 18:41:17 +09:00
parent ab98f3a7b9
commit cbdb0dd69c
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# sv-parser
Parser library for SystemVerilog ([IEEE 1800-2017](https://standards.ieee.org/standard/1800-2017.html)).
SystemVerilog parser library fully complient with [IEEE 1800-2017](https://standards.ieee.org/standard/1800-2017.html).
[![Actions Status](https://github.com/dalance/sv-parser/workflows/Rust/badge.svg)](https://github.com/dalance/sv-parser/actions)
[![Crates.io](https://img.shields.io/crates/v/sv-parser.svg)](https://crates.io/crates/sv-parser)

View File

@ -7,7 +7,7 @@ keywords = ["parser", "verilog", "systemverilog"]
categories = ["parsing"]
license = "MIT OR Apache-2.0"
readme = "../README.md"
description = "Parser library for SystemVerilog"
description = "SystemVerilog parser library fully complient with IEEE 1800-2017"
edition = "2018"
[features]