Cargo.toml
``` toml
alternate_screen_wraper = { version = "<current-version>", features = "crossterm" } # or other backand
```
main.rs
``` rust
fn main() {
}
```
You can don't call drop manually. It will be dropped automatically when you exiting scope or panicing.