Skip to content

Commit

Permalink
Add block data toml file + toml crate
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin051000 committed Jan 26, 2025
1 parent 9b46bc8 commit c1c9961
Show file tree
Hide file tree
Showing 3 changed files with 595 additions and 0 deletions.
1 change: 1 addition & 0 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ tauri = { version = "2", optional = true }
tauri-plugin-log = { version = "2.2.0", optional = true }
tauri-plugin-shell = { version = "2", optional = true }
tokio = { version = "1.42.0", features = ["full"] }
toml = "0.8.19"

[target.'cfg(windows)'.dependencies]
windows = { version = "0.59.0", features = ["Win32_System_Console"] }
Loading

0 comments on commit c1c9961

Please sign in to comment.