Skip to content

Commit

Permalink
fix(cargo): fix repo url
Browse files Browse the repository at this point in the history
  • Loading branch information
SARDONYX-sard committed Nov 17, 2023
1 parent fbf2808 commit 6b58e63
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[workspace.package]
version = "0.2.2"
description = "DAR to OAR Converter"
repository = "https://github.com/SARDONYX-sard/dar-to-oar"

[workspace]
members = ["dar2oar_core", "dar2oar_cli", "src-tauri"]
Expand Down
2 changes: 1 addition & 1 deletion dar2oar_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version.workspace = true
description = "DAR to OAR Converter CLI"
authors = ["SARDONYX-sard"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/SARDONYX-sard/dar2oar"
repository.workspace = true
edition = "2021"
rust-version = "1.60"

Expand Down
2 changes: 1 addition & 1 deletion dar2oar_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version.workspace = true
description = "DAR to OAR Converter Core"
authors = ["SARDONYX-sard"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/SARDONYX-sard/dar2oar"
repository.workspace = true
edition = "2021"
rust-version = "1.60"

Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version.workspace = true
description = "DAR to OAR Converter GUI"
authors = ["SARDONYX-sard"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/SARDONYX-sard/dar2oar"
repository.workspace = true
edition = "2021"
rust-version = "1.60"

Expand Down

0 comments on commit 6b58e63

Please sign in to comment.