mirror of
https://github.com/tig-foundation/tig-monorepo.git
synced 2026-02-21 10:27:49 +08:00
Remove dependency on unmaintained crate.
This commit is contained in:
parent
60cc7a9513
commit
f618525479
@ -14,7 +14,6 @@ crate-type = ["cdylib", "staticlib"]
|
||||
tig-algorithms = { path = "../tig-algorithms" }
|
||||
tig-challenges = { path = "../tig-challenges" }
|
||||
tig-utils = { path = "../tig-utils" }
|
||||
wee_alloc = { version = "0.4.5" }
|
||||
|
||||
[features]
|
||||
entry-point = []
|
||||
|
||||
@ -1,6 +1,3 @@
|
||||
#[global_allocator]
|
||||
static ALLOC: wee_alloc::WeeAlloc = wee_alloc::WeeAlloc::INIT;
|
||||
|
||||
use tig_algorithms::{CHALLENGE}::{ALGORITHM};
|
||||
use tig_challenges::{*, {CHALLENGE}::*};
|
||||
use tig_utils::compress_obj;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user