Skip to content

Commit

Permalink
Fix descriptions for crates
Browse files Browse the repository at this point in the history
Co-authored-by: Paul Schoenfelder <[email protected]>
  • Loading branch information
greenhat and bitwalker committed Jun 26, 2024
1 parent 6c72f75 commit 8e1ff7a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion codegen/masm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "midenc-codegen-masm"
description = "Code generation for Miden Assembly"
description = "Miden Assembly backend for the Miden compiler"
version = "0.0.0"
rust-version.workspace = true
authors.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion frontend-wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "midenc-frontend-wasm"
description = "Build Miden HIR from Wasm"
description = "Wasm frontend for the Miden compiler"
version = "0.0.0"
rust-version.workspace = true
authors.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion hir-analysis/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "midenc-hir-analysis"
description = "HIR analysis for the Miden compiler"
description = "Analysis passes and utilties for Miden HIR"
version = "0.0.0"
rust-version.workspace = true
authors.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion hir-symbol/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "midenc-hir-symbol"
description = "Symbols for the Midend compiler"
description = "String interning for the Miden compiler"
version = "0.0.0"
rust-version.workspace = true
authors.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion hir-transform/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "midenc-hir-transform"
description = "HIR transformation utilities for the Miden compiler"
description = "Transformation passes and utilities for Miden HIR"
version = "0.0.0"
rust-version.workspace = true
authors.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion hir-type/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "midenc-hir-type"
description = "Miden HIR types"
description = "Type system and utilities for Miden HIR"
version = "0.0.0"
rust-version.workspace = true
authors.workspace = true
Expand Down

0 comments on commit 8e1ff7a

Please sign in to comment.