diff --git a/crates/oq3_lexer/Cargo.toml b/crates/oq3_lexer/Cargo.toml index bd689f7..3c000f5 100644 --- a/crates/oq3_lexer/Cargo.toml +++ b/crates/oq3_lexer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oq3_lexer" -description = "" +description = "Lexer for OpenQASM 3 parser/analyzer" version.workspace = true edition.workspace = true rust-version.workspace = true diff --git a/crates/oq3_parser/Cargo.toml b/crates/oq3_parser/Cargo.toml index 7257fdc..d1acba3 100644 --- a/crates/oq3_parser/Cargo.toml +++ b/crates/oq3_parser/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oq3_parser" -description = "" +description = "Parser for OpenQASM 3 parser/analyzer" version.workspace = true edition.workspace = true rust-version.workspace = true diff --git a/crates/oq3_semantics/Cargo.toml b/crates/oq3_semantics/Cargo.toml index ed523e1..d9b3744 100644 --- a/crates/oq3_semantics/Cargo.toml +++ b/crates/oq3_semantics/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oq3_semantics" -description = "AST with semantic information for OpenQASM 3" +description = "AST with semantic information for OpenQASM 3 parser/analyzer" version.workspace = true edition.workspace = true rust-version.workspace = true diff --git a/crates/oq3_source_file/Cargo.toml b/crates/oq3_source_file/Cargo.toml index 4e7dba2..a09c2f2 100644 --- a/crates/oq3_source_file/Cargo.toml +++ b/crates/oq3_source_file/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oq3_source_file" -description = "Manage parsing OQ3 source files, included files, and reporting diagnotics" +description = "Manage parsing source files, included files, and reporting diagnotics OpenQASM 3 parser/analyzer" version.workspace = true edition.workspace = true rust-version.workspace = true diff --git a/crates/oq3_syntax/Cargo.toml b/crates/oq3_syntax/Cargo.toml index ded6a2f..aabba03 100644 --- a/crates/oq3_syntax/Cargo.toml +++ b/crates/oq3_syntax/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oq3_syntax" -description = "Comment and whitespace preserving parser for the OpenQASM 3 language" +description = "Comment and whitespace preserving parser for the OpenQASM 3 parser/analyzer" version.workspace = true edition.workspace = true rust-version.workspace = true