Commit 5e3386b 1 parent 2d83106 commit 5e3386b Copy full SHA for 5e3386b
File tree 9 files changed +10
-8
lines changed
9 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ members = [
12
12
]
13
13
14
14
[workspace .package ]
15
+ repository = " https://github.com/clap-rs/clap"
15
16
license = " MIT OR Apache-2.0"
16
17
edition = " 2021"
17
18
rust-version = " 1.74" # MSRV
@@ -102,7 +103,6 @@ blocks_in_conditions = "allow"
102
103
name = " clap"
103
104
version = " 4.5.4"
104
105
description = " A simple to use, efficient, and full-featured Command Line Argument Parser"
105
- repository = " https://github.com/clap-rs/clap"
106
106
categories = [" command-line-interface" ]
107
107
keywords = [
108
108
" argument" ,
@@ -111,6 +111,7 @@ keywords = [
111
111
" parser" ,
112
112
" parse"
113
113
]
114
+ repository.workspace = true
114
115
license.workspace = true
115
116
edition.workspace = true
116
117
rust-version.workspace = true
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ name = "clap_bench"
3
3
version = " 0.0.0"
4
4
description = " Benchmarks for clap"
5
5
publish = false
6
+ repository.workspace = true
6
7
license.workspace = true
7
8
edition.workspace = true
8
9
rust-version.workspace = true
Original file line number Diff line number Diff line change 2
2
name = " clap_builder"
3
3
version = " 4.5.2"
4
4
description = " A simple to use, efficient, and full-featured Command Line Argument Parser"
5
- repository = " https://github.com/clap-rs/clap"
6
5
categories = [" command-line-interface" ]
7
6
keywords = [
8
7
" argument" ,
@@ -11,6 +10,7 @@ keywords = [
11
10
" parser" ,
12
11
" parse"
13
12
]
13
+ repository.workspace = true
14
14
license.workspace = true
15
15
edition.workspace = true
16
16
rust-version.workspace = true
Original file line number Diff line number Diff line change 2
2
name = " clap_complete"
3
3
version = " 4.5.2"
4
4
description = " Generate shell completion scripts for your clap::Command"
5
- repository = " https://github.com/clap-rs/clap/tree/master/clap_complete"
6
5
categories = [" command-line-interface" ]
7
6
keywords = [
8
7
" clap" ,
9
8
" cli" ,
10
9
" completion" ,
11
10
" bash" ,
12
11
]
12
+ repository.workspace = true
13
13
license.workspace = true
14
14
edition.workspace = true
15
15
rust-version.workspace = true
Original file line number Diff line number Diff line change 2
2
name = " clap_complete_fig"
3
3
version = " 4.5.0"
4
4
description = " A generator library used with clap for Fig completion scripts"
5
- repository = " https://github.com/clap-rs/clap/tree/master/clap_complete_fig"
6
5
categories = [" command-line-interface" ]
7
6
keywords = [
8
7
" clap" ,
9
8
" cli" ,
10
9
" completion" ,
11
10
" fig" ,
12
11
]
12
+ repository.workspace = true
13
13
license.workspace = true
14
14
edition.workspace = true
15
15
rust-version.workspace = true
Original file line number Diff line number Diff line change 2
2
name = " clap_complete_nushell"
3
3
version = " 4.5.1"
4
4
description = " A generator library used with clap for Nushell completion scripts"
5
- repository = " https://github.com/clap-rs/clap/tree/master/clap_complete_nushell"
6
5
categories = [" command-line-interface" ]
7
6
keywords = [
8
7
" clap" ,
9
8
" cli" ,
10
9
" completion" ,
11
10
" nushell"
12
11
]
12
+ repository.workspace = true
13
13
license.workspace = true
14
14
edition.workspace = true
15
15
rust-version.workspace = true
Original file line number Diff line number Diff line change 2
2
name = " clap_derive"
3
3
version = " 4.5.4"
4
4
description = " Parse command line argument by defining a struct, derive crate."
5
- repository = " https://github.com/clap-rs/clap/tree/master/clap_derive"
6
5
categories = [" command-line-interface" , " development-tools::procedural-macro-helpers" ]
7
6
keywords = [
8
7
" clap" ,
@@ -11,6 +10,7 @@ keywords = [
11
10
" derive" ,
12
11
" proc_macro"
13
12
]
13
+ repository.workspace = true
14
14
license.workspace = true
15
15
edition.workspace = true
16
16
rust-version.workspace = true
Original file line number Diff line number Diff line change 2
2
name = " clap_lex"
3
3
version = " 0.7.0"
4
4
description = " Minimal, flexible command line parser"
5
- repository = " https://github.com/clap-rs/clap/tree/master/clap_lex"
6
5
categories = [" command-line-interface" ]
7
6
keywords = [
8
7
" argument" ,
@@ -11,6 +10,7 @@ keywords = [
11
10
" parser" ,
12
11
" parse"
13
12
]
13
+ repository.workspace = true
14
14
license.workspace = true
15
15
edition.workspace = true
16
16
rust-version.workspace = true
Original file line number Diff line number Diff line change 2
2
name = " clap_mangen"
3
3
version = " 0.2.20"
4
4
description = " A manpage generator for clap"
5
- repository = " https://github.com/clap-rs/clap/tree/master/clap_mangen"
6
5
categories = [" command-line-interface" ]
7
6
keywords = [
8
7
" clap" ,
9
8
" cli" ,
10
9
" generate" ,
11
10
" manpage" ,
12
11
]
12
+ repository.workspace = true
13
13
license.workspace = true
14
14
edition.workspace = true
15
15
rust-version.workspace = true
You can’t perform that action at this time.
0 commit comments