Skip to content

Commit

Permalink
Merge branch 'refs/heads/worksoup-dev' into dev
Browse files Browse the repository at this point in the history
# Conflicts:
#	cxlib
#	src/lib.rs
  • Loading branch information
learturely committed Dec 11, 2024
2 parents ae0158a + e4f0393 commit f3a7fc7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ crate-type = ["lib", "cdylib", "staticlib"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[features]
default = ["completions"]
default = ["completions", "ui_solver"]
all_ui_solver = ["slide_ui_solver", "ui_solver", "obstacle_ui_solver"]
ui_solver = ["rotate_ui_solver", "icon_click_ui_solver", "text_click_ui_solver"]
completions = ["completion-nu", "completion-carapace", "completion-fig"]
completion-nu = ["clap_complete_command", "clap_complete_command/nushell"]
completion-carapace = ["clap_complete_command", "clap_complete_command/carapace"]
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ use clap::CommandFactory;
use cli::arg::{AccountSubCommand, Args, MainCommand};
use cxlib::{
activity::{Activity, RawSign},
captcha::CaptchaType,
default_impl::store::{AccountTable, DataBase, ExcludeTable},
sign::SignTrait,
store::Dir,
types::Location,
user::{DefaultLoginSolver, LoginSolverTrait, LoginSolverWrapper, LoginSolvers, Session},
};
use cxlib_captcha::CaptchaType;
use log::{error, info, warn};
use std::{collections::HashMap, io::stdout};
use x_l4rs::IDSLoginImpl;
Expand Down

0 comments on commit f3a7fc7

Please sign in to comment.