mirror of
https://github.com/babichjacob/ac-qu-ai-nt.git
synced 2025-10-02 16:57:53 -04:00
chore: initialize a Cargo workspace with a cli-clap
and a multibinary
package to align with how I want the project to work (wherein features can be turned off to optimize the resulting binary, and there are different interfaces (GUI vs TUI vs CLI vs just an API vs just a web app or any permutation of these) to choose from depending on the occasion)
This commit is contained in:
1
cli-clap/src/main.rs
Normal file
1
cli-clap/src/main.rs
Normal file
@@ -0,0 +1 @@
|
||||
use ac_qu_ai_nt_cli_clap::main;
|
Reference in New Issue
Block a user