kcl-lang.io/kpm@v0.8.7-0.20240520061008-9fc4c5efc8c7/pkg/package/test_data/load_mod_file/kcl.mod (about) 1 [package] 2 name = "test_add_deps" 3 edition = "0.0.1" 4 version = "0.0.1" 5 6 [dependencies] 7 name = { git = "test_url", tag = "test_tag" } 8 oci_name = "oci_tag" 9 helloworld = { oci = "oci://ghcr.io/kcl-lang/helloworld", tag = "0.1.1" }