mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-16 08:13:52 +01:00
refactor: split request-ai into module
This commit is contained in:
parent
fedee1dc8d
commit
c9b9f66f89
13 changed files with 151 additions and 106 deletions
|
|
@ -87,17 +87,4 @@ fn print_version() {
|
|||
"version: {}",
|
||||
option_env!("CARGO_PKG_VERSION").unwrap_or("unknown")
|
||||
);
|
||||
println!("compile features:");
|
||||
#[cfg(feature = "runtime-rules")]
|
||||
{
|
||||
println!(" - runtime-rules");
|
||||
}
|
||||
#[cfg(feature = "request-ai")]
|
||||
{
|
||||
println!(" - request-ai");
|
||||
}
|
||||
#[cfg(feature = "libcurl")]
|
||||
{
|
||||
println!(" - libcurl");
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue