-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
50 lines (42 loc) · 1.68 KB
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
[workspace]
resolver = "2"
members = [
# LINT.IfChange(members)
"credentialhelper",
"credentialhelpercache",
# LINT.ThenChange(//Cargo.toml:engflow-credential-helper-rust)
]
[workspace.package]
# LINT.IfChange(homepage)
homepage = "https://github.com/EngFlow/credential-helper-rust"
# LINT.ThenChange(
# //third_party/engflow-credential-helper-rust/credentialhelper/Cargo.toml:homepage,
# //third_party/engflow-credential-helper-rust/credentialhelpercache/Cargo.toml:homepage)
# LINT.IfChange(repository)
repository = "https://github.com/EngFlow/credential-helper-rust"
# LINT.ThenChange(
# //third_party/engflow-credential-helper-rust/credentialhelper/Cargo.toml:repository,
# //third_party/engflow-credential-helper-rust/credentialhelpercache/Cargo.toml:repository)
# LINT.IfChange(authors)
authors = [
"EngFlow",
]
# LINT.ThenChange(
# //third_party/engflow-credential-helper-rust/credentialhelper/Cargo.toml:authors,
# //third_party/engflow-credential-helper-rust/credentialhelpercache/Cargo.toml:authors)
# LINT.IfChange(version)
version = "1.0.0"
# LINT.ThenChange(
# //third_party/engflow-credential-helper-rust/credentialhelper/Cargo.toml:version,
# //third_party/engflow-credential-helper-rust/credentialhelpercache/Cargo.toml:version)
# LINT.IfChange(license)
license = "Apache-2.0"
# LINT.ThenChange(
# //third_party/engflow-credential-helper-rust/credentialhelper/Cargo.toml:license,
# //third_party/engflow-credential-helper-rust/credentialhelpercache/Cargo.toml:license)
# LINT.IfChange(rust_edition)
edition = "2021"
# LINT.ThenChange(//Cargo.toml:rust_edition)
# LINT.IfChange(rust_version)
rust-version = "1.79.0"
# LINT.ThenChange(//Cargo.toml:rust_edition)