chore: update cargo.toml

This commit is contained in:
2024-11-13 16:36:05 +02:00
parent 3700e0991e
commit 90570d0eca
2 changed files with 29 additions and 6 deletions

View File

@@ -1,10 +1,9 @@
use hexx::Hex;
use thiserror::Error;
use crate::{
generator::{generate_backtracking, GeneratorType},
HexMaze,
};
use hexx::Hex;
use thiserror::Error;
#[derive(Debug, Error)]
pub enum MazeBuilderError {