We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dd31303 + 2adb1b2 commit 57750c1Copy full SHA for 57750c1
refinery_cli/src/main.rs
@@ -18,6 +18,7 @@ fn main() -> Result<(), Error> {
18
version: VERSION.into(),
19
authors: "Katharina Fey <[email protected]>, João Oliveira <[email protected]>".into(),
20
homepage: "https://github.com/rust-db/refinery/".into(),
21
+ repository: "https://github.com/rust-db/refinery/".into(),
22
});
23
24
let mut builder = Builder::new();
0 commit comments