Skip to content

Commit

Permalink
Add link to repo
Browse files Browse the repository at this point in the history
  • Loading branch information
flosse committed Jul 23, 2024
1 parent 52b1364 commit c29e81f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ rust-version = "1.77"
license = "MIT"
version = "0.1.0"
description = "nix bindings for Rust"
repository = "https://github.com/Anillc/nixrs"
homepage = "https://github.com/Anillc/nixrs"
2 changes: 2 additions & 0 deletions nixrs-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true

[build-dependencies]
bindgen = "0.69.4"
Expand Down
2 changes: 2 additions & 0 deletions nixrs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true

[dependencies]
libc = "0.2.155"
Expand Down

0 comments on commit c29e81f

Please sign in to comment.