mirror of
https://github.com/crunchy-labs/crunchy-cli.git
synced 2026-01-21 20:22:01 -06:00
5 lines
87 B
Rust
5 lines
87 B
Rust
use crunchyroll_rs::Crunchyroll;
|
|
|
|
pub struct Context {
|
|
pub crunchy: Crunchyroll,
|
|
}
|