Skip to content

Commit 7700563

Browse files
committed
Bumped derive to 0.0.1 and added more metadata.
1 parent 4943976 commit 7700563

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

derive/Cargo.toml

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
[package]
22
name = "objc-foundation-derive"
3-
version = "0.0.0"
3+
version = "0.0.1"
44
authors = ["Steven Sheldon"]
55

6+
description = "Procedural macros for deriving traits from objc-foundation."
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+
612
[lib]
713
proc-macro = true
814

0 commit comments

Comments
 (0)