feat: add tabled

This commit is contained in:
2022-05-21 21:44:38 +08:00
parent fe46aef388
commit 6a8d8ca043
4 changed files with 126 additions and 0 deletions

10
__term/tabled/Cargo.toml Normal file
View File

@@ -0,0 +1,10 @@
[package]
name = "tabled"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tabled = "0.7.0"