We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6c9306 commit 8676bb6Copy full SHA for 8676bb6
2 files changed
Cargo.toml
@@ -1,18 +1,17 @@
1
[package]
2
-name = "neotron-desktop-bios"
3
-version = "0.1.0"
4
-edition = "2021"
5
authors = ["Jonathan 'theJPster' Pallant <github@thejpster.org.uk>"]
6
-readme = "README.md"
+edition = "2021"
7
license-file = "LICENSE"
+name = "neotron-desktop-bios"
+readme = "README.md"
+version = "0.1.0"
8
9
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
10
11
[dependencies]
12
-neotron-common-bios = "0.8"
13
-libloading = "0.7"
14
-pix-engine = "0.7"
+clap = {version = "4.2", features = ["derive"]}
15
env_logger = "0.9"
+libloading = "0.7"
16
log = "0.4"
17
-clap = { version="4.2", features=["derive"] }
18
-
+neotron-common-bios = "0.10"
+pix-engine = "0.7"
0 commit comments