Skip to content

Commit

Permalink
Add cargo metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
romancardenas committed Mar 20, 2024
1 parent 2a91edb commit af40b96
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions riscv-slic-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
name = "riscv-slic-macros"
version = "0.1.0"
edition = "2021"
description = "Procedural macros for the riscv-slic crate"
license = "MIT"

[lib]
proc-macro = true
Expand Down
2 changes: 2 additions & 0 deletions riscv-slic/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
name = "riscv-slic"
version = "0.1.0"
edition = "2021"
description = "RISC-V Software-Level Interrupt Controller"
license = "MIT"

[dependencies]
critical-section = "1.1.2"
Expand Down

0 comments on commit af40b96

Please sign in to comment.