- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
Latest commit
19 lines (14 loc) · 343 Bytes
/
Copy pathCargo.toml
File metadata and controls
19 lines (14 loc) · 343 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[package]
name = "testor"
version = "0.1.0"
authors = ["Dominik Susmel <dominik.susmel@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[[bin]]
name = "testor"
path = "src/bin/testor/main.rs"
[features]
default = ["linux"]
macos = []
linux = []
[dependencies]