Skip to content

Commit 3a228c9

Browse files
authored
Merge pull request #1 from marc2332/feat/update-metadata
docs: Updated metadata
2 parents 9f24edb + 3da08ef commit 3a228c9

File tree

2 files changed

+10
-21
lines changed

2 files changed

+10
-21
lines changed

Cargo.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
[package]
22
name = "dioxus-std"
33
version = "0.1.0"
4+
authors = ["Jonathan Kelley", "Dioxus Labs", "ealmloff", "DogeDark"]
45
edition = "2021"
5-
6+
description = "Platform agnostic library for supercharging your productivity with Dioxus"
7+
license = "MIT"
8+
repository = "https://github.com/DioxusLabs/dioxus-std/"
9+
homepage = "https://dioxuslabs.com"
10+
keywords = ["dom", "gui", "dioxus", "standard", "hooks"]
611

712
[features]
813
clipboard = ["dep:clipboard"]

README.md

Lines changed: 4 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,9 @@
33
<p><strong>A platform agnostic library for supercharging your productivity with Dioxus.</strong></p>
44
</div>
55

6-
<div align="center">
7-
<!-- Crates version -->
8-
<a href="https://crates.io/crates/dioxus-std">
9-
<img src="https://img.shields.io/crates/v/dioxus-std.svg?style=flat-square"
10-
alt="Crates.io version" />
11-
</a>
12-
<!-- Downloads -->
13-
<a href="https://crates.io/crates/dioxus-std">
14-
<img src="https://img.shields.io/crates/d/dioxus-std.svg?style=flat-square"
15-
alt="Download" />
16-
</a>
17-
<!-- docs -->
18-
<a href="https://docs.rs/dioxus-std">
19-
<img src="https://img.shields.io/badge/docs-latest-blue.svg?style=flat-square"
20-
alt="docs.rs docs" />
21-
</a>
22-
</div>
23-
246
-----
7+
<p align="center"><i>This library is still under development and not ready for production use.</i></p>
8+
<br/>
259

2610
`dioxus-std` is a Dioxus standard library that provides abstractions for your Dioxus app. Abstractions included are notifications, clipboard, and more to come.
2711

@@ -59,7 +43,7 @@ sudo apt-get install xorg-dev
5943
You can add `dioxus-std` to your application by adding it to your dependencies.
6044
```toml
6145
[dependencies]
62-
dioxus-std = "0.1.0"
46+
dioxus-std = { git="https://github.com/DioxusLabs/dioxus-std" }
6347
```
6448

6549
## License
@@ -68,4 +52,4 @@ This project is licensed under the [MIT license].
6852
[mit license]: ./LICENSE
6953

7054
Every contribution intentionally submitted for inclusion in `dioxus-std` by you, shall be licensed as MIT, without any additional
71-
terms or conditions.
55+
terms or conditions.

0 commit comments

Comments
 (0)