Adding bear_lib_terminal library as a dependency

Run this command in a terminal, in your project's directory:

cargo add bear-lib-terminal

To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:

bear-lib-terminal = "2.0.0"

The bear_lib_terminal library will be automatically available globally. Read the bear_lib_terminal library documentation.

Back to the crate overview.