yuki-cli 0.1.10

CLI client for the Yuki bookkeeping SOAP API
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod cli;
pub mod config;
pub mod folders;
pub mod output;
pub mod schema;

// The SOAP client, error type, and period helpers now live in the `yuki-client`
// crate. Re-export them so existing `crate::{client,error,period}` paths in the
// CLI and `yuki_cli::{client,error,period}` paths in tests keep resolving.
pub use yuki_client::{client, error, period};