Skip to content

Commit

Permalink
Prepare uefi-services for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielMajeri committed Sep 26, 2019
1 parent 502aecd commit cb4188c
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions uefi-services/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,24 @@
[package]
name = "uefi-services"
version = "0.2.0"
version = "0.1.0"
authors = ["Gabriel Majeri <gabriel.majeri6@gmail.com>"]
publish = false
edition = "2018"
description = "Higher-level utilities for uefi-rs"
repository = "https://github.com/rust-osdev/uefi-rs"
keywords = ["uefi", "efi"]
categories = ["embedded", "no-std", "api-bindings"]
license = "MPL-2.0"

[badges]
travis-ci = { repository = "rust-osdev/uefi-rs" }
is-it-maintained-issue-resolution = { repository = "rust-osdev/uefi-rs" }
is-it-maintained-open-issues = { repository = "rust-osdev/uefi-rs" }

[dependencies]
rlibc = "1.0.0"
x86_64 = "0.7.5"

uefi = { path = "..", features = ["alloc", "logger"] }
uefi = { version = "0.3.2", features = ["alloc", "logger"] }
log = { version = "0.4.8", default-features = false }

[features]
Expand Down

0 comments on commit cb4188c

Please sign in to comment.