Skip to content

Commit 8f630ed

Browse files
committed
docs: update outdated readme
1 parent bbeb200 commit 8f630ed

File tree

4 files changed

+21
-6
lines changed

4 files changed

+21
-6
lines changed

macros/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[package]
22
name = "dynify-macros"
3-
version = "0.0.0"
3+
version.workspace = true
44
authors.workspace = true
55
license.workspace = true
66
edition.workspace = true
77
rust-version.workspace = true
88

99
repository.workspace = true
10-
description = "Procedural macros for dynify"
10+
description = "Helpful procedural macros for dynify"
1111

1212
[lib]
1313
proc-macro = true

macros/LICENSE-APACHE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../LICENSE-APACHE

macros/LICENSE-MIT

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../LICENSE-MIT

macros/README.md

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,20 @@
11
# dynify-macros
22

3-
WIP procedural macros for [dynify](https://github.com/loichyan/dynify).
3+
Helpful procedural macros for [dynify](https://crates.io/crates/dynify).
44

5-
> [!IMPORTANT]
6-
> These macros are currently underly development and are thus not suitable for
7-
> use!
5+
## ♥️ Special thanks
6+
7+
The macros in this crate are heavily inspired by
8+
[async-trait](https://crates.io/crates/async-trait). Please check it out as well
9+
if you're interested in this crate.
10+
11+
## ⚖️ License
12+
13+
Licensed under either of
14+
15+
- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or
16+
<http://www.apache.org/licenses/LICENSE-2.0>)
17+
- MIT license ([LICENSE-MIT](LICENSE-MIT) or
18+
<http://opensource.org/licenses/MIT>)
19+
20+
at your option.

0 commit comments

Comments
 (0)