mirror of
https://github.com/ipetkov/crane.git
synced 2024-11-29 10:42:21 +03:00
47f84c5b60
--------- Co-authored-by: Simon Zlender <simonz@btcx.com> Co-authored-by: Ivan Petkov <ivanppetkov@gmail.com>
11 lines
125 B
TOML
11 lines
125 B
TOML
[package]
|
|
name = "codesign"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[profile.release]
|
|
debug = true
|
|
|
|
[dependencies]
|
|
openssl = "*"
|