mirror of
https://github.com/Llewellynvdm/zoxide.git
synced 2024-11-26 14:36:31 +00:00
Add rust-version attribute (#297)
This commit is contained in:
parent
1aea7450f5
commit
5374d599d2
19
Cargo.toml
19
Cargo.toml
@ -1,13 +1,14 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "zoxide"
|
|
||||||
version = "0.7.9"
|
|
||||||
authors = ["Ajeet D'Souza <98ajeet@gmail.com>"]
|
authors = ["Ajeet D'Souza <98ajeet@gmail.com>"]
|
||||||
edition = "2018"
|
|
||||||
description = "A smarter cd command for your terminal"
|
|
||||||
repository = "https://github.com/ajeetdsouza/zoxide"
|
|
||||||
license = "MIT"
|
|
||||||
keywords = ["cli"]
|
|
||||||
categories = ["command-line-utilities", "filesystem"]
|
categories = ["command-line-utilities", "filesystem"]
|
||||||
|
description = "A smarter cd command for your terminal"
|
||||||
|
edition = "2018"
|
||||||
|
keywords = ["cli"]
|
||||||
|
license = "MIT"
|
||||||
|
name = "zoxide"
|
||||||
|
repository = "https://github.com/ajeetdsouza/zoxide"
|
||||||
|
rust-version = "1.56"
|
||||||
|
version = "0.7.9"
|
||||||
|
|
||||||
[badges]
|
[badges]
|
||||||
maintenance = { status = "actively-developed" }
|
maintenance = { status = "actively-developed" }
|
||||||
@ -29,8 +30,8 @@ tempfile = "3.1.0"
|
|||||||
|
|
||||||
[target.'cfg(windows)'.dependencies]
|
[target.'cfg(windows)'.dependencies]
|
||||||
rand = { version = "0.8.4", features = [
|
rand = { version = "0.8.4", features = [
|
||||||
"getrandom",
|
"getrandom",
|
||||||
"small_rng",
|
"small_rng",
|
||||||
], default-features = false }
|
], default-features = false }
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
|
Loading…
Reference in New Issue
Block a user