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.
2 parents c811b23 + 0f8951d commit f37a66bCopy full SHA for f37a66b
oo-bindgen/Cargo.toml
@@ -5,7 +5,7 @@ authors = ["Step Function I/O LLC <info@stepfunc.io>"]
5
edition = "2021"
6
license = "MIT OR Apache-2.0"
7
description = "DSL-based binding geneator for C, C++, Java, and C#"
8
-homepage = "https://github.com/stepfunc/oo_bindgen/"
+repository = "https://github.com/stepfunc/oo_bindgen/"
9
readme = "../README.md"
10
11
[dependencies]
@@ -20,4 +20,4 @@ heck = "0.4"
20
platforms = "2"
21
serde = { version = "1.0.126", features = ["derive"] }
22
serde_json = "1"
23
-tracing = "0.1"
+tracing = "0.1"
0 commit comments