Skip to content

Commit 95e9ce9

Browse files
committed
Export type-dependent deps; remove unused deps
1 parent c0583b7 commit 95e9ce9

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,12 @@ unstable = []
2121
[dependencies]
2222
async-trait = "^0.1"
2323
bytes = "^1.6"
24-
chrono = { version = "^0.4", default-features = false, features = [ "std" ] }
24+
chrono = { version = "^0.4", default-features = false, features = [] }
2525
derive_builder = "^0.20"
2626
encoding = "^0.2"
27-
futures = "^0.3"
2827
hex = "^0.4"
2928
hmac = "^0.12"
3029
http = "^1.1"
31-
hyper = "^1.4"
3230
lazy_static = "^1.5"
3331
log = "^0.4"
3432
regex = "^1.10"

src/lib.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,9 @@ pub use {
136136
error::*,
137137
signature::*,
138138
signing_key::*,
139+
scratchstack_arn as arn,
140+
scratchstack_errors as errors,
141+
scratchstack_aws_principal as principal,
139142
};
140143

141144
#[doc(inline)]

0 commit comments

Comments
 (0)