-
-
Notifications
You must be signed in to change notification settings - Fork 121
Expand file tree
/
Copy pathCargo.toml
More file actions
25 lines (22 loc) · 623 Bytes
/
Copy pathCargo.toml
File metadata and controls
25 lines (22 loc) · 623 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[package]
name = "kaolinite"
version = "0.10.0"
authors = ["curlpipe <11898833+curlpipe@users.noreply.github.com>"]
edition = "2021"
license = "MIT"
description = "A crate to assist in the creation of TUI text editors."
repository = "https://github.com/curlpipe/kaolinite"
exclude = ["/demos/7.txt"]
readme = "README.md"
keywords = ["unicode", "text-processing"]
categories = ["text-processing"]
[dependencies]
error_set = "0.7"
regex = "1"
ropey = "1.6.1"
unicode-width = "0.2"
[dev-dependencies]
rand = "0.8.6"
sugars = "3.0.1"
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin_include)'] }