We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60aaca6 commit 91d431fCopy full SHA for 91d431f
crates/home/Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
name = "home"
3
version = "0.5.4" # also update `html_root_url` in `src/lib.rs`
4
-authors = [ "Brian Anderson <andersrb@gmail.com>" ]
+authors = ["Brian Anderson <andersrb@gmail.com>"]
5
documentation = "https://docs.rs/home"
6
edition = "2018"
7
include = [
@@ -13,8 +13,8 @@ include = [
13
]
14
license = "MIT OR Apache-2.0"
15
readme = "README.md"
16
-repository = "https://github.com/brson/home"
17
-description = "Shared definitions of home directories"
+repository = "https://github.com/rust-lang/cargo"
+description = "Shared definitions of home directories."
18
19
[target.'cfg(windows)'.dependencies]
20
windows-sys = { version = "0.45.0", features = ["Win32_Foundation", "Win32_UI_Shell"] }
0 commit comments