diff options
author | Rutger Broekhoff | 2024-01-24 18:24:26 +0100 |
---|---|---|
committer | Rutger Broekhoff | 2024-01-24 18:24:26 +0100 |
commit | 54035ca467789b6218008b3d94c4aa40214a3a35 (patch) | |
tree | 148a5ec872e867baefc5dbd34d63064be0e9325b /rs/server/src | |
parent | 399d340187171420b5f1fcf524906aadd04be5d6 (diff) | |
download | gitolfs3-54035ca467789b6218008b3d94c4aa40214a3a35.tar.gz gitolfs3-54035ca467789b6218008b3d94c4aa40214a3a35.zip |
You wouldn't believe it, but it's time for another dependency
Diffstat (limited to 'rs/server/src')
-rw-r--r-- | rs/server/src/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rs/server/src/main.rs b/rs/server/src/main.rs index b346bc6..e816dde 100644 --- a/rs/server/src/main.rs +++ b/rs/server/src/main.rs | |||
@@ -160,6 +160,7 @@ fn get_s3_client(env: &Env) -> Result<aws_sdk_s3::Client, std::io::Error> { | |||
160 | 160 | ||
161 | #[tokio::main] | 161 | #[tokio::main] |
162 | async fn main() -> ExitCode { | 162 | async fn main() -> ExitCode { |
163 | env_logger::init(); | ||
163 | tracing_subscriber::fmt::init(); | 164 | tracing_subscriber::fmt::init(); |
164 | 165 | ||
165 | let env = match Env::load() { | 166 | let env = match Env::load() { |