oppa 1.1.0

A preprocessor for OpenAPI files
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
list:
	just --list

check:
	cp Cargo.toml Cargo.toml.bak
	cargo hack --remove-dev-deps
	cargo update -Z direct-minimal-versions
	cargo check
	mv Cargo.toml.bak Cargo.toml
	cargo msrv verify

lint:
	cargo fmt
	cargo clippy -- -W clippy::all