We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 153c1f8 commit 335d335Copy full SHA for 335d335
Cargo.toml
@@ -1,10 +1,10 @@
1
[package]
2
name = "fruity"
3
-version = "0.0.0"
+version = "0.1.0"
4
authors = ["Nikolai Vazquez <[email protected]>"]
5
edition = "2018"
6
license = "MIT OR Apache-2.0"
7
-description = "[WIP] Rusty bindings for Apple libraries"
+description = "Rusty bindings for Apple libraries"
8
repository = "https://github.com/nvzqz/fruity"
9
homepage = "https://github.com/nvzqz/fruity"
10
documentation = "https://docs.rs/fruity"
src/lib.rs
@@ -1,4 +1,4 @@
-//! [WIP] Rusty bindings for Apple libraries, brought to you by
+//! Rusty bindings for Apple libraries, brought to you by
//! [@NikolaiVazquez](https://twitter.com/NikolaiVazquez).
// This crate is only available for 32 and 64 bit systems.
0 commit comments