use-go-work 0.0.1

go.work workspace metadata primitives for RustUse
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "use-go-module"
version = "0.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "12257375107c35d60a421869f382ad1d8c12ba3c33bdd51ad0769ef2cf90517c"

[[package]]
name = "use-go-work"
version = "0.0.1"
dependencies = [
 "use-go-module",
]