Skip to content

Commit

Permalink
Adds serde_repr for effeciency
Browse files Browse the repository at this point in the history
  • Loading branch information
Natan committed Jul 8, 2023
1 parent ef0f5f5 commit 3f3962c
Show file tree
Hide file tree
Showing 4 changed files with 3,067 additions and 19 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@
"@tauri-apps/api": "^1.3.0",
"@types/react-redux": "^7.1.25",
"autoprefixer": "^10.4.14",
"lodash": "^4.17.21",
"postcss": "^8.4.24",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^8.1.1",
"tailwindcss": "^3.3.2",
"lodash": "^4.17.21"
"tailwindcss": "^3.3.2"
},
"devDependencies": {
"@types/lodash": "^4.14.195",
"@tauri-apps/cli": "^1.3.1",
"@types/lodash": "^4.14.195",
"@types/node": "^18.7.10",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
Expand Down
33 changes: 17 additions & 16 deletions src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ zstd = "0.12.3"
lazy_static = "1.4.0"
open = "5.0.0"
thiserror = "1.0.40"
serde_repr = "0.1.14"

[features]
# this feature is used for production builds or when `devPath` points to the filesystem
Expand Down
Loading

0 comments on commit 3f3962c

Please sign in to comment.