feat: download package

This commit is contained in:
Ahmet Kaan GÜMÜŞ 2024-11-20 00:16:31 +03:00
parent 1ebdf8be7d
commit 9c64df93fd
9 changed files with 168 additions and 127 deletions

View file

@ -6,7 +6,7 @@ use surrealdb::{
};
use tokio::time::sleep;
use crate::package::Package;
use crate::package::package::Package;
static DB: LazyLock<Surreal<Client>> = LazyLock::new(Surreal::init);