Skip to content

Commit d0c68e8

Browse files
committed
remove demo code
This removes: - all of the binary targets under `src/bin` - the demo VM build script - the associated documentation These will resurface in a repo named something like `vm-attest-demo`
1 parent be925bf commit d0c68e8

7 files changed

Lines changed: 0 additions & 1019 deletions

File tree

Cargo.lock

Lines changed: 0 additions & 144 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,10 @@ test-data = []
1111
vsock = ["dep:vsock"]
1212

1313
[dependencies]
14-
anyhow = "1.0.100"
1514
attest-data.git = "https://github.com/oxidecomputer/dice-util"
16-
cfg-if = "1.0.4"
17-
clap = { version = "4.5.53", features = ["derive"] }
18-
clap-verbosity = "2.1.0"
1915
const-oid = { version = "0.9.5", features = ["db"] }
20-
ctrlc = "3.5.1"
2116
dice-verifier = { git = "https://github.com/oxidecomputer/dice-util", features = ["ipcc", "mock"] }
2217
ed25519-dalek = { version = "2.1", default-features = false }
23-
env_logger = "0.11.8"
2418
getrandom = { version = "0.3.4", features = ["std"] }
2519
hex = "0.4.3"
2620
hubpack = "0.1.2"
@@ -41,18 +35,3 @@ anyhow.version = "1.0.100"
4135

4236
[dev-dependencies]
4337
vm-attest = { path = ".", features = ["test-data"] }
44-
45-
[[bin]]
46-
name = "appraiser"
47-
path = "src/bin/appraiser.rs"
48-
required-features = ["vsock"]
49-
50-
[[bin]]
51-
name = "vm-instance"
52-
path = "src/bin/vm-instance.rs"
53-
required-features = ["vsock"]
54-
55-
[[bin]]
56-
name = "vm-instance-rot"
57-
path = "src/bin/vm-instance-rot.rs"
58-
required-features = ["vsock"]

0 commit comments

Comments
 (0)