implement TextOperation

This commit is contained in:
Dustin J. Mitchell 2019-12-25 10:51:44 -05:00
commit 05d26285e3
5 changed files with 600 additions and 0 deletions

9
Cargo.toml Normal file
View file

@ -0,0 +1,9 @@
[package]
name = "ot"
version = "0.1.0"
authors = ["Dustin J. Mitchell <dustin@mozilla.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]