mirror of
https://github.com/Noratrieb/does-it-build.git
synced 2026-01-14 18:35:01 +01:00
improvements
This commit is contained in:
parent
aacf0f293e
commit
d5167446f2
7 changed files with 90 additions and 6 deletions
|
|
@ -6,6 +6,8 @@ mod web;
|
|||
use color_eyre::{eyre::WrapErr, Result};
|
||||
use db::Db;
|
||||
|
||||
const VERSION: &str = env!("GIT_COMMIT");
|
||||
|
||||
#[tokio::main]
|
||||
async fn main() -> Result<()> {
|
||||
tracing_subscriber::fmt().init();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue