Skip to content

Commit

Permalink
fix: cargo.toml broken repo and doc links (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
CosminPerRam committed Jul 3, 2024
1 parent 82e3cc7 commit 444554e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
6 changes: 2 additions & 4 deletions snapcraft-rust-example/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,12 @@ authors = ["Alec Brown <alec@noser.net>"]
description = "Test application for snapcraft rust library."
rust-version = "1.58"
license = "Apache-2.0"
repository = "https://github.com/a1ecbr0wn/snapcraft/snapcraft-rust-example"
homepage = "https://github.com/a1ecbr0wn/snapcraft/snapcraft-rust-example"
repository = "https://github.com/a1ecbr0wn/snapcraft/tree/main/snapcraft-rust-example"
homepage = "https://github.com/a1ecbr0wn/snapcraft/tree/main/snapcraft-rust-example"
readme = "README.md"
keywords = ["shell", "filesystem", "utility"]
categories = ["filesystem", "os", "api-bindings"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[[bin]]
path = "src/main.rs"
name = "snapcraft-rust-example"
Expand Down
6 changes: 2 additions & 4 deletions snapcraft/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,13 @@ authors = ["Alec Brown <alec@noser.net>"]
description = "Access to snapcraft environment."
rust-version = "1.58"
license = "Apache-2.0"
repository = "https://github.com/a1ecbr0wn/snapcraft/snapcraft"
homepage = "https://github.com/a1ecbr0wn/snapcraft/snapcraft"
repository = "https://github.com/a1ecbr0wn/snapcraft/tree/main/snapcraft"
homepage = "https://github.com/a1ecbr0wn/snapcraft/tree/main/snapcraft"
documentation = "https://docs.rs/snapcraft"
readme = "README.md"
keywords = ["shell", "filesystem", "utility"]
categories = ["filesystem", "os", "api-bindings"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]

[dev-dependencies]
Expand Down

0 comments on commit 444554e

Please sign in to comment.