read 0.1.1

win32 editor written in rust
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "read"
version = "0.1.1"
authors = ["Ji Wong Park <sailfish009@gmail.com>"]
description = "win32 editor written in rust"
readme = "README.md"
keywords = ["text", "editor", "win32"]
categories = ["text-editors"]
license = "Zlib"
repository = "https://bitbucket.org/sailfish009/read"
[dependencies.lazy_static]
version = "1.1.0"

[dependencies.libc]
version = "0.2.43"

[dependencies.winapi]
version = "0.3.6"
features = ["winuser", "winbase", "shellapi", "windowsx"]