summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 4d2f3dd3fae4b69a4bac28c517716a644c9da7f5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[package]
name = "rust_3ds"
version = "0.1.0"
authors = ["Dario Bartussek <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"

[profile.dev]
panic = "abort"
opt-level = "s"

[profile.release]
panic = "abort"
opt-level = "s"

[build-dependencies]
cc = "1.0.67"

[dependencies]