Skip to content

Commit

Permalink
Cargo.toml: prepare for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
edigaryev committed Jun 8, 2022
1 parent b6ebd48 commit 48b133c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
[package]
name = "vmnet"
version = "0.1.0"
authors = ["Nikolay Edigaryev <edigaryev@gmail.com>"]
license = "MIT"
description = "Apple's vmnet.framework bindings"
repository = "https://github.com/edigaryev/vmnet"
readme = "README.md"
keywords = ["macos"]
categories = ["os:macos-apis"]
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand All @@ -21,4 +28,4 @@ bitflags = "1.3.2"
num_enum = "0.5.7"
thiserror = "1.0.31"
enum-iterator = "1.1.1"
vmnet-derive = { path = "vmnet-derive" }
vmnet-derive = { version = "0.1.0", path = "./vmnet-derive" }

0 comments on commit 48b133c

Please sign in to comment.