vovk-rust 0.0.1-draft.41 → 0.0.1-draft.44
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/{template/src → client-templates/rsSrc}/read_full_schema.rs +1 -1
- package/package.json +1 -1
- /package/{template → client-templates/rsPkg}/Cargo.toml.ejs +0 -0
- /package/{template → client-templates/rsReadme}/README.md.ejs +0 -0
- /package/{template/src → client-templates/rsSrc}/http_request.rs +0 -0
- /package/{template/src → client-templates/rsSrc}/lib.rs.ejs +0 -0
|
@@ -75,7 +75,7 @@ pub fn read_full_schema() -> Result<VovkSchema, Box<dyn std::error::Error>> {
|
|
|
75
75
|
let manifest_dir = env!("CARGO_MANIFEST_DIR");
|
|
76
76
|
|
|
77
77
|
// Build the full path to the data file
|
|
78
|
-
let json_path = Path::new(manifest_dir).join("
|
|
78
|
+
let json_path = Path::new(manifest_dir).join("src/schema.json");
|
|
79
79
|
|
|
80
80
|
// Open the file
|
|
81
81
|
let file = File::open(&json_path)?;
|
package/package.json
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|