Skip to content

Commit cf24bdd

Browse files
committed
Add more fields in Cargo.toml
What's required based on https://doc.rust-lang.org/cargo/reference/publishing.html#before-publishing-a-new-crate Signed-off-by: Daniel Schaefer <dhs@frame.work>
1 parent f69b4fc commit cf24bdd

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

framework_lib/Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
[package]
22
name = "framework_lib"
33
version = "0.4.2"
4+
description = "Library to control Framework Computer systems"
5+
homepage = "https://github.com/FrameworkComputer/framework-system"
6+
repository = "https://github.com/FrameworkComputer/framework-system"
7+
readme = "README.md"
8+
license = "BSD-3-Clause"
49
edition = "2021"
510
# Minimum Supported Rust Version
611
# Ubuntu 24.04 LTS ships 1.75

framework_tool/Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
[package]
22
name = "framework_tool"
33
version = "0.4.2"
4+
description = "Tool to control Framework Computer systems"
5+
homepage = "https://github.com/FrameworkComputer/framework-system"
6+
repository = "https://github.com/FrameworkComputer/framework-system"
7+
readme = "README.md"
8+
license = "BSD-3-Clause"
49
edition = "2021"
510

611
[[bin]]

framework_uefi/Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
[package]
22
name = "framework_uefi"
33
version = "0.4.2"
4+
description = "UEFI Tool to control Framework Computer systems"
5+
homepage = "https://github.com/FrameworkComputer/framework-system"
6+
repository = "https://github.com/FrameworkComputer/framework-system"
7+
readme = "README.md"
8+
license = "BSD-3-Clause"
49
edition = "2021"
510
# Minimum Supported Rust Version
611
rust-version = "1.74"

0 commit comments

Comments
 (0)