Skip to content

Commit 47048ed

Browse files
committed
Added more metadata and bumped to version 0.0.1.
1 parent 8288312 commit 47048ed

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

Cargo.toml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
[package]
2-
name = "objc_foundation"
3-
version = "0.0.0"
2+
name = "objc-foundation"
3+
version = "0.0.1"
44
authors = ["Steven Sheldon"]
55

6-
[lib]
7-
name = "objc_foundation"
6+
description = "Rust wrapper for Objective-C's Foundation framework."
7+
keywords = ["objective-c", "osx", "ios", "cocoa", "uikit"]
8+
repository = "http://github.com/SSheldon/rust-objc-foundation"
9+
documentation = "http://ssheldon.github.io/rust-objc/objc_foundation/"
10+
license = "MIT"
11+
12+
exclude = [".gitignore"]
813

914
[dependencies]
1015
libc = "0.1"

0 commit comments

Comments
 (0)