Skip to content

Commit

Permalink
Add descriptions of crates to Cargo.toml files (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
jlapeyre authored Jan 21, 2024
1 parent 7a99390 commit d894bf8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion crates/oq3_lexer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion crates/oq3_parser/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion crates/oq3_semantics/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion crates/oq3_source_file/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion crates/oq3_syntax/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit d894bf8

Please sign in to comment.