-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2562466
commit f550d7a
Showing
32 changed files
with
59 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,47 +1,2 @@ | ||
[package] | ||
name = "horust" | ||
version = "0.1.8" | ||
authors = ["Federico Ponzi <[email protected]>"] | ||
description = "A complete supervisor and init system, designed for running in containers." | ||
edition = "2021" | ||
license = "MIT" | ||
repository = "https://github.com/FedericoPonzi/horust" | ||
homepage = "https://github.com/FedericoPonzi/horust" | ||
readme = "README.md" | ||
keywords = ["init", "container", "supervisor"] | ||
categories = ["command-line-utilities"] | ||
include = ["src/**/*", "Cargo.*", "LICENSE.txt", "README.md", "/example_services/**/*"] | ||
|
||
[dependencies] | ||
clap = { version = "~4.5", features = ["derive"] } | ||
crossbeam = "~0.8" | ||
env_logger = "~0.11" | ||
humantime-serde = "~1.1" | ||
libc = "~0.2" | ||
log = "~0.4" | ||
nix = { version = "~0.29", features = ["process", "user", "signal", "fs"] } | ||
reqwest = { version = "~0.12", features = ["blocking", "json"], optional = true, default-features = false } | ||
serde = { version = "~1.0", features = ["derive"] } | ||
shlex = "~1.3" | ||
toml = "~0.8" | ||
maplit = "~1.0" | ||
shellexpand = "~3.1" | ||
anyhow = "~1.0" | ||
thiserror = "~1.0" | ||
bytefmt = "0.1.7" | ||
|
||
[features] | ||
default = ["http-healthcheck"] | ||
http-healthcheck = ["reqwest"] | ||
|
||
[dev-dependencies] | ||
assert_cmd = "~2.0" | ||
predicates = "~3.1" | ||
tempdir = "~0.3" | ||
rand = "~0.8" | ||
|
||
[profile.release] | ||
strip = "symbols" | ||
|
||
[workspace] | ||
members = ["horustctl", "commands"] | ||
members = ["commands", "horust", "horustctl"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
pub mod tutorial; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
[package] | ||
name = "horust" | ||
version = "0.1.8" | ||
authors = ["Federico Ponzi <[email protected]>"] | ||
description = "A complete supervisor and init system, designed for running in containers." | ||
edition = "2021" | ||
license = "MIT" | ||
repository = "https://github.com/FedericoPonzi/horust" | ||
homepage = "https://github.com/FedericoPonzi/horust" | ||
readme = "README.md" | ||
keywords = ["init", "container", "supervisor"] | ||
categories = ["command-line-utilities"] | ||
include = ["src/**/*", "Cargo.*", "LICENSE.txt", "README.md", "/example_services/**/*"] | ||
|
||
[dependencies] | ||
clap = { version = "~4.5", features = ["derive"] } | ||
crossbeam = "~0.8" | ||
env_logger = "~0.11" | ||
humantime-serde = "~1.1" | ||
libc = "~0.2" | ||
log = "~0.4" | ||
nix = { version = "~0.29", features = ["process", "user", "signal", "fs"] } | ||
reqwest = { version = "~0.12", features = ["blocking", "json"], optional = true, default-features = false } | ||
serde = { version = "~1.0", features = ["derive"] } | ||
shlex = "~1.3" | ||
toml = "~0.8" | ||
maplit = "~1.0" | ||
shellexpand = "~3.1" | ||
anyhow = "~1.0" | ||
thiserror = "~1.0" | ||
bytefmt = "0.1.7" | ||
|
||
[features] | ||
default = ["http-healthcheck"] | ||
http-healthcheck = ["reqwest"] | ||
|
||
[dev-dependencies] | ||
assert_cmd = "~2.0" | ||
predicates = "~3.1" | ||
tempdir = "~0.3" | ||
rand = "~0.8" | ||
|
||
[profile.release] | ||
strip = "symbols" |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.