-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathCargo.toml
29 lines (25 loc) · 1.05 KB
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#
# Copyright © 2020, "rupansh" <[email protected]>
#
# This software is licensed under the terms of the GNU General Public
# License version 3, as published by the Free Software Foundation, and
# may be copied, distributed, and modified under those terms.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# Please maintain this if you use this script or any part of it
[package]
name = "rust_csgho"
version = "0.1.0"
authors = ["rupansh <[email protected]>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
winapi = { version = "0.3", features = ["d3d9types", "winuser", "handleapi", "errhandlingapi", "processthreadsapi", "memoryapi", "psapi"] }
phf = { version = "0.8", features = ["macros"] }
[build-dependencies]
cc = "1.0"
phf = { version = "0.10", features = ["macros"] }