rust_cast 0.20.0

Library that allows you to communicate with Google Cast enabled devices (e.g. Chromecast).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "devDependencies": {
    "@commitlint/cli": "^20.2.0",
    "@commitlint/config-conventional": "^20.2.0",
    "husky": "^9.1.7"
  },
  "scripts": {
    "prepare": "husky"
  }
}