Skip to content

Commit 06f9c31

Browse files
Reformat Cargo.toml
1 parent c9e5910 commit 06f9c31

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
[package]
2-
name = "neotron-common-bios"
3-
version = "0.8.0"
42
authors = ["Jonathan 'theJPster' Pallant <[email protected]>"]
5-
edition = "2018"
63
description = "Common BIOS code and API for all Neotron systems."
7-
license = "GPL-3.0-or-later"
8-
repository = "https://github.com/neotron-compute/neotron-common-bios.git"
4+
edition = "2018"
95
homepage = "https://github.com/neotron-compute/neotron-common-bios"
6+
license = "GPL-3.0-or-later"
7+
name = "neotron-common-bios"
108
readme = "README.md"
9+
repository = "https://github.com/neotron-compute/neotron-common-bios.git"
10+
version = "0.8.0"
1111

1212
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1313

1414
[dependencies]
15-
chrono = { version = "0.4", default-features=false }
15+
chrono = {version = "0.4", default-features = false}
1616
pc-keyboard = "0.7"

0 commit comments

Comments
 (0)