diff options
| author | Stefan Lankes <slankes@eonerc.rwth-aachen.de> | 2019-10-20 07:55:10 +0000 |
|---|---|---|
| committer | Stefan Lankes <slankes@eonerc.rwth-aachen.de> | 2019-10-20 10:46:18 +0200 |
| commit | 5ebd4d9c27bf8fee4f7d664d76c41832745dff43 (patch) | |
| tree | 2564a6c2514b8c73d4aed584e9cccb99f138e710 /src/libstd/Cargo.toml | |
| parent | dc094bf184bc624149ca6b18abbb14be0d08c3e7 (diff) | |
| download | rust-5ebd4d9c27bf8fee4f7d664d76c41832745dff43.tar.gz rust-5ebd4d9c27bf8fee4f7d664d76c41832745dff43.zip | |
move interface to the unikernel in the crate hermit-abi
=> simplifies the maintenance of the interface
Diffstat (limited to 'src/libstd/Cargo.toml')
| -rw-r--r-- | src/libstd/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libstd/Cargo.toml b/src/libstd/Cargo.toml index ee4b367b5c5..0de9e6fcca5 100644 --- a/src/libstd/Cargo.toml +++ b/src/libstd/Cargo.toml @@ -50,6 +50,9 @@ dlmalloc = { version = "0.1", features = ['rustc-dep-of-std'] } [target.x86_64-fortanix-unknown-sgx.dependencies] fortanix-sgx-abi = { version = "0.3.2", features = ['rustc-dep-of-std'] } +[target.x86_64-unknown-hermit.dependencies] +hermit-abi = { version = "0.1", features = ['rustc-dep-of-std'] } + [target.wasm32-wasi.dependencies] wasi = { version = "0.7.0", features = ['rustc-dep-of-std', 'alloc'] } |
