We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcd29aa commit 1f85ba4Copy full SHA for 1f85ba4
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "sub-solver"
3
-version = "0.1.1"
+version = "0.1.2"
4
edition = "2021"
5
authors = ["Jorian Woltjer (J0R1AN)"]
6
license = "MIT OR Apache-2.0"
src/solve.rs
@@ -1,9 +1,9 @@
+use base64::{prelude::BASE64_STANDARD, Engine};
use std::{
collections::{HashMap, HashSet},
fmt::Display,
sync::mpsc,
};
-use base64::{Engine, prelude::BASE64_STANDARD};
7
8
use crate::Word;
9
0 commit comments