Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
jh7110-vf2-13b-pac: add cargo info
Browse files Browse the repository at this point in the history
Adds publishing information to Cargo.toml
  • Loading branch information
rmsyn committed Sep 29, 2023
1 parent 45a1874 commit 7dff599
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions jh7110-vf2-13b-pac/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ name = "jh7110-vf2-13b-pac"
version = "0.1.0"
edition = "2021"
authors = ["rmsyn <[email protected]>"]
authors = ["rmsyn <[email protected]>"]
repository = "https://github.com/rmsyn/jh71xx-pac"
categories = ["embedded", "hardware-support", "no-std"]
description = "Board support package for the JH7110 VisionFive2 v1.3b board"
keywords = ["riscv", "jh7110", "bsp"]

[dependencies]
critical-section = { version = "1.1.2", optional = true }
Expand Down

0 comments on commit 7dff599

Please sign in to comment.