Integrate it with previous gen_enclave_conf and rename to gen_internal_conf which are now used generate both internal Occlum.json and Enclave.xml
17 lines
431 B
TOML
17 lines
431 B
TOML
[package]
|
|
name = "gen_internal_conf"
|
|
version = "0.2.0"
|
|
authors = ["zongmin.gu <zongmin.gzm@alibaba-inc.com>"]
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
clap = "2.33"
|
|
serde = "1.0"
|
|
serde_json = "1.0"
|
|
serde_derive = "1.0"
|
|
log = "0.4"
|
|
env_logger = "0.7"
|
|
serde-xml-rs = "0.4"
|
|
regex = "1" |