Skip to content

Commit

Permalink
Set repository metadata entry for Rust crates (#1063)
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay authored Dec 12, 2023
1 parent f8a9b80 commit 52bbff6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion native/libcst/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ edition = "2018"
rust-version = "1.70"
description = "A Python parser and Concrete Syntax Tree library."
license-file = "LICENSE"
homepage = "https://github.com/Instagram/LibCST"
repository = "https://github.com/Instagram/LibCST"
documentation = "https://libcst.rtfd.org"
keywords = ["python", "cst", "ast"]
categories = ["parser-implementations"]
Expand Down
2 changes: 1 addition & 1 deletion native/libcst_derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "1.1.0"
edition = "2018"
description = "Proc macro helpers for libcst."
license-file = "LICENSE"
homepage = "https://github.com/Instagram/LibCST"
repository = "https://github.com/Instagram/LibCST"
documentation = "https://libcst.rtfd.org"
keywords = ["macros", "python"]

Expand Down

0 comments on commit 52bbff6

Please sign in to comment.