Commits on Source (141)
Showing
- .dockerignore 7 additions, 0 deletions.dockerignore
- .envrc 1 addition, 0 deletions.envrc
- .gitignore 2 additions, 9 deletions.gitignore
- .gitmodules 0 additions, 0 deletions.gitmodules
- Cargo.lock 2206 additions, 642 deletionsCargo.lock
- Cargo.toml 7 additions, 7 deletionsCargo.toml
- Dockerfile 33 additions, 0 deletionsDockerfile
- LICENSE 22 additions, 0 deletionsLICENSE
- README.md 43 additions, 0 deletionsREADME.md
- daemon/.gitignore 0 additions, 1 deletiondaemon/.gitignore
- daemon/Cargo.lock 27 additions, 9 deletionsdaemon/Cargo.lock
- daemon/Cargo.toml 1 addition, 1 deletiondaemon/Cargo.toml
- daemon/src/main.rs 5 additions, 0 deletionsdaemon/src/main.rs
- example/.gitignore 0 additions, 1 deletionexample/.gitignore
- example/Xargo.toml 0 additions, 2 deletionsexample/Xargo.toml
- example/redoxer.sh 1 addition, 7 deletionsexample/redoxer.sh
- example/src/main.rs 7 additions, 0 deletionsexample/src/main.rs
- flake.lock 112 additions, 0 deletionsflake.lock
- flake.nix 79 additions, 0 deletionsflake.nix
- res/base.toml 299 additions, 87 deletionsres/base.toml
.dockerignore
0 → 100644
.envrc
0 → 100644
.gitmodules
deleted
100644 → 0
This diff is collapsed.
[package] | ||
name = "redoxer" | ||
version = "0.1.2" | ||
version = "0.2.51" | ||
description = "Method for quickly running programs inside of Redox from a KVM capable OS." | ||
license = "MIT" | ||
authors = ["Jeremy Soller <jackpot51@gmail.com>"] | ||
... | ... | @@ -8,10 +8,10 @@ repository = "https://gitlab.redox-os.org/redox-os/redoxer" |
edition = "2018" | ||
[dependencies] | ||
dirs = "1.0" | ||
redox_installer = "0.2" | ||
tempfile = "3.0" | ||
dirs = "5.0.1" | ||
redox_installer = "0.2.29" | ||
redox_syscall = "0.5" | ||
redoxfs = "0.6.8" | ||
tempfile = "3.13.0" | ||
toml = "0.5" | ||
[target.'cfg(target_os = "linux")'.dependencies] | ||
proc-mounts = "0.2" | ||
proc-mounts = "0.3.0" |
Dockerfile
0 → 100644
LICENSE
0 → 100644
README.md
0 → 100644
daemon/.gitignore
deleted
100644 → 0
example/.gitignore
deleted
100644 → 0
example/Xargo.toml
deleted
100644 → 0
flake.lock
0 → 100644
flake.nix
0 → 100644