1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
# 3. Installation Include **webio** in the project: ```shell cargo add webio ``` Or add **webio** to the `Cargo.toml`: ```toml [dependencies] webio = "MAJOR.MINOR.PATCH" # replace with the actual version ``` ---