rust_clear 0.1.0

a simple clear command replacement written in rust
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "rust_clear"
description = "a simple clear command replacement written in rust"
license="MIT"
version = "0.1.0"
authors = ["Will Lane <williamlane923@gmail.com>"]
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
crossterm = "0.18.2"
term_size = "0.3.2"