Skip to content

Commit

Permalink
Cargo.toml updates
Browse files Browse the repository at this point in the history
  • Loading branch information
sajattack committed Jan 25, 2020
1 parent 9a1f66b commit 8946fb3
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions bin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
[package]
name = "uf2conv-rs"
name = "uf2conv"
version = "0.1.0"
authors = ["Paul Sajna <sajattack@gmail.com>"]
license = "MIT"
description = "Tool for converting a binary file to a uf2 file"

[dependencies]
clap = "2.32"
byteorder = "1.2"
uf2 = { path = "../lib" }

[dependencies.uf2]
path = "../lib"
version = "0.1.0"

0 comments on commit 8946fb3

Please sign in to comment.