1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-19 18:57:59 +03:00
wezterm/base91/Cargo.toml
Wez Furlong a0a0bc0902 Add base91 crate
The plan is to use this to tunnel the mux protocol over a pty.
2019-03-07 09:03:19 +00:00

8 lines
124 B
TOML

[package]
authors = ["Wez Furlong <wez@wezfurlong.org>"]
name = "base91"
version = "0.1.0"
edition = "2018"
[dependencies]