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 cb3eb23 commit cb4ea74Copy full SHA for cb4ea74
crates/go/Cargo.toml
@@ -1,10 +1,11 @@
1
[package]
2
name = "wit-bindgen-go"
3
edition = "2024"
4
-version.workspace = true
5
-license.workspace = true
6
-repository.workspace = true
+version = { workspace = true }
+repository = { workspace = true }
+license = { workspace = true }
7
rust-version = "1.85.0"
8
+publish = false
9
10
[dependencies]
11
wit-bindgen-core = { workspace = true }
0 commit comments