init commit

This commit is contained in:
Zoritle
2021-01-18 14:26:44 +08:00
commit 60e3190020
10 changed files with 304 additions and 0 deletions

19
Cargo.toml Normal file
View File

@@ -0,0 +1,19 @@
[package]
name = "rshim"
version = "0.1.0"
authors = ["anonymous <anonymous@example.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[profile.release]
opt-level = "z"
panic = "abort"
[dependencies]
fs-err = "2.5.0"
unicode-bom = "1"
[dependencies.winapi]
version = "0.3"
features = ["wincon","consoleapi","minwindef"]