diff options
author | Armael <armael@noreply.localhost> | 2024-11-09 20:32:27 +0000 |
---|---|---|
committer | Armael <armael@noreply.localhost> | 2024-11-09 20:32:27 +0000 |
commit | 7540b03cf6200820520b2d8a9a13aa3277d81d91 (patch) | |
tree | ffa5ea39f978e7d03ec74bb89311c24f8a3c7651 /src | |
parent | 9bb505d977cb8bafd8039159241788ff25510d69 (diff) | |
parent | 408c77d5b9b7106d8062a8f33483b0de7eddd779 (diff) | |
download | tricot-7540b03cf6200820520b2d8a9a13aa3277d81d91.tar.gz tricot-7540b03cf6200820520b2d8a9a13aa3277d81d91.zip |
Merge pull request 'Build musl static binaries & update dependencies' (#15) from Armael/tricot:musl into main
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/tricot/pulls/15
Diffstat (limited to 'src')
-rw-r--r-- | src/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs index 93abcca..0515305 100644 --- a/src/main.rs +++ b/src/main.rs @@ -132,6 +132,7 @@ async fn main() { let opt = Opt::from_args(); info!("Starting Tricot"); + println!("Starting Tricot"); let (exit_signal, provoke_exit) = watch_ctrl_c(); let exit_on_err = move |err: anyhow::Error| { |