alnyan/yggdrasil: add yggdrasil-rt as a submodule

This commit is contained in:
2023-07-18 18:50:39 +03:00
parent 0a15cff03f
commit 3d580a2b02
5 changed files with 22 additions and 12 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ fortanix-sgx-abi = { version = "0.5.0", features = ['rustc-dep-of-std'] }
hermit-abi = { version = "0.3.0", features = ['rustc-dep-of-std'] }
[target.'cfg(target_os = "yggdrasil")'.dependencies]
yggdrasil-rt = { path = "/home/alnyan/build/sandbox/yggdrasil-rt", features = ['rustc-dep-of-std'] }
yggdrasil-rt = { git = "https://git.alnyan.me/yggdrasil/yggdrasil-rt.git", features = ['rustc-dep-of-std'] }
[target.wasm32-wasi.dependencies]
wasi = { version = "0.11.0", features = ['rustc-dep-of-std'], default-features = false }