Patched rust setup to be capable of building
This commit is contained in:
parent
bd2ffee9ae
commit
49b676ad31
4 changed files with 2394 additions and 7 deletions
|
|
@ -20,7 +20,7 @@ struct ApiResponse<T> {
|
|||
#[tokio::main]
|
||||
async fn main() -> Result<(), Box<dyn std::error::Error>> {
|
||||
// Initialize tracing
|
||||
tracing_subscriber::init();
|
||||
tracing_subscriber::fmt::init();
|
||||
|
||||
// Load environment variables
|
||||
dotenv::dotenv().ok();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue