read 0.1.1

win32 editor written in rust
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "read"
version = "0.1.1"
authors = ["Ji Wong Park <sailfish009@gmail.com>"]
description = "win32 editor written in rust"
repository = "https://bitbucket.org/sailfish009/read"
readme = "README.md"
keywords = ["text", "editor", "win32"]
categories = ["text-editors"]
license = "Zlib"

[dependencies]
libc = "0.2.43"
lazy_static = "1.1.0"
winapi = { version = "0.3.6", features = ["winuser", "winbase", "shellapi", "windowsx"] }