diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1ec1b87..3872d30 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,5 +15,5 @@ jobs: - uses: Swatinem/rust-cache@v1 - name: rustfmt run: cargo fmt -- --check --color always - # - name: clippy - # run: cargo clippy --color always -- -D warnings + - name: clippy + run: cargo clippy --color always -- -D warnings diff --git a/Cargo.toml b/Cargo.toml index 852e36a..8f40cf0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,3 +6,4 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] +tui = "0.18" diff --git a/README.md b/README.md new file mode 100644 index 0000000..19fedc4 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +tui-textarea +============ + +tui-textarea is a simple text editor like `