Skip to content

Commit

Permalink
Merge pull request #199 from szabgab/patch-1
Browse files Browse the repository at this point in the history
add repository to Cargo.toml
  • Loading branch information
mahkoh authored May 10, 2024
2 parents 3c61dd5 + 25a2714 commit d1dc2fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions algorithms/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ version = "0.1.0"
edition = "2021"
license = "GPL-3.0-only"
description = "Internal dependency of the Jay compositor"
repository = "https://github.com/mahkoh/jay"

[dependencies]
smallvec = { version = "1.8.0", features = ["const_generics", "const_new", "union"] }
1 change: 1 addition & 0 deletions toml-config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ version = "0.3.0"
edition = "2021"
license = "GPL-3.0-only"
description = "Internal dependency of the Jay compositor"
repository = "https://github.com/mahkoh/jay"

[lib]
crate-type = ["lib", "cdylib"]
Expand Down

0 comments on commit d1dc2fb

Please sign in to comment.