eiga 0.3.0

A WIP TMDB API client
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
set dotenv-load

default:
    just --list

example name:
    cargo run --example {{name}}

doc:
    cargo doc --no-deps --open

it:
    cargo test --test it

test:
    cargo test