Skip to content

Commit

Permalink
dprint
Browse files Browse the repository at this point in the history
  • Loading branch information
binarybaron committed Sep 4, 2024
1 parent 908b4eb commit 8236699
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
[package]
name = "unstoppableswap-gui-rs"
version = "0.0.0"
authors = ["binarybaron", "einliterflasche", "unstoppableswap"]
authors = [ "binarybaron", "einliterflasche", "unstoppableswap" ]
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

description = "GUI for XMR<>BTC Atomic Swaps written in Rust"

[lib]
name = "unstoppableswap_gui_rs_lib"
crate-type = ["lib", "cdylib", "staticlib"]
crate-type = [ "lib", "cdylib", "staticlib" ]

[build-dependencies]
tauri-build = { version = "2.0.0-rc.1", features = ["config-json5"] }
tauri-build = { version = "2.0.0-rc.1", features = [ "config-json5" ] }

[dependencies]
anyhow = "1"
once_cell = "1"
serde = { version = "1", features = ["derive"] }
serde = { version = "1", features = [ "derive" ] }
serde_json = "1"
swap = { path = "../swap", features = ["tauri"] }
tauri = { version = "2.0.0-rc.1", features = ["config-json5"] }
swap = { path = "../swap", features = [ "tauri" ] }
tauri = { version = "2.0.0-rc.1", features = [ "config-json5" ] }
tauri-plugin-clipboard-manager = "2.1.0-beta.7"
tauri-plugin-shell = "2.0.0-rc.2"

0 comments on commit 8236699

Please sign in to comment.