diff --git a/.copier-answers.yaml b/.copier-answers.yaml index c92e07d..7e5c1c1 100644 --- a/.copier-answers.yaml +++ b/.copier-answers.yaml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: 74b8054 +_commit: f812aaa _src_path: https://github.com/python-project-templates/base.git add_docs: true add_extension: rustjswasm diff --git a/js/package.json b/js/package.json index e720e83..744c2bd 100644 --- a/js/package.json +++ b/js/package.json @@ -55,7 +55,11 @@ "@playwright/test": "^1.55.1", "@prospective.co/procss": "^0.1.17", "cpy": "^12.0.1", +<<<<<<< before updating "esbuild": "^0.25.5", +======= + "esbuild": "^0.25.10", +>>>>>>> after updating "esbuild-plugin-less": "^1.3.27", "http-server": "^14.1.1", "nodemon": "^3.1.10", diff --git a/rust/Cargo.lock b/rust/Cargo.lock new file mode 100644 index 0000000..375a0b6 --- /dev/null +++ b/rust/Cargo.lock @@ -0,0 +1,3 @@ +# This file is automatically @generated by Cargo. +# It is not intended for manual editing. +version = 3 diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 5bf6e4b..29fac75 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -14,5 +14,4 @@ path = "src/lib.rs" crate-type = ["rlib"] [dependencies] -serde = { version = "1.0", features = ["derive"] } -serde_json = "1" +serde = { version = "1.0", features = ["derive"] } \ No newline at end of file