This repository has been archived by the owner on Mar 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6291c2b
commit b2307e9
Showing
4 changed files
with
24 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "jaylink" | ||
version = "0.0.0" | ||
version = "0.1.0" | ||
authors = ["Jonas Schievink <[email protected]>"] | ||
edition = "2018" | ||
description = "Library to communicate with J-Link USB devices" | ||
|
@@ -11,23 +11,6 @@ categories = ["embedded", "development-tools::debugging"] | |
readme = "README.md" | ||
license = "0BSD" | ||
|
||
[badges] | ||
travis-ci = { repository = "jonas-schievink/jaylink" } | ||
maintenance = { status = "actively-developed" } | ||
|
||
[dev-dependencies] | ||
version-sync = "0.8" | ||
env_logger = "0.7.1" | ||
structopt = "0.3.4" | ||
|
||
[dependencies] | ||
# Public | ||
bitflags = "1.2.1" | ||
# Private | ||
rusb = "0.5.2" | ||
log = "0.4.8" | ||
byteorder = "1.3.2" | ||
|
||
# cargo-release configuration | ||
[package.metadata.release] | ||
tag-message = "{{version}}" | ||
|
@@ -58,3 +41,20 @@ replace = 'jaylink = "{{version}}"' | |
file = "src/lib.rs" | ||
search = "https://docs.rs/jaylink/[a-z0-9\\.-]+" | ||
replace = "https://docs.rs/jaylink/{{version}}" | ||
|
||
[badges] | ||
travis-ci = { repository = "jonas-schievink/jaylink" } | ||
maintenance = { status = "actively-developed" } | ||
|
||
[dev-dependencies] | ||
version-sync = "0.8" | ||
env_logger = "0.7.1" | ||
structopt = "0.3.4" | ||
|
||
[dependencies] | ||
# Public | ||
bitflags = "1.2.1" | ||
# Private | ||
rusb = "0.5.2" | ||
log = "0.4.8" | ||
byteorder = "1.3.2" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters