mural-client 1.2.1

Client software for the mural wallpaper service
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[
	{
		"runner": "ubuntu-latest",
		"target": "x86_64-unknown-linux-gnu",
		"container": "rust",
		"install_dependencies": ""
	},
	{
		"runner": "ubuntu-latest",
		"target": "x86_64-unknown-linux-musl",
		"container": "rust:alpine",
		"install_dependencies": "apk add musl-dev openssl openssl-dev openssl-libs-static"
	}
]