We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fdaa19 commit 58a4d04Copy full SHA for 58a4d04
async-openai-macros/Cargo.toml
@@ -9,6 +9,7 @@ license = "MIT"
9
homepage = "https://github.com/64bit/async-openai"
10
repository = "https://github.com/64bit/async-openai"
11
rust-version = { workspace = true }
12
+readme = "README.md"
13
14
[lib]
15
proc-macro = true
async-openai-macros/README.md
@@ -0,0 +1,3 @@
1
+## async-openai-macros
2
+
3
+To support https://github.com/64bit/async-openai
0 commit comments