Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
178 changes: 158 additions & 20 deletions Cargo.lock

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions ampup/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,24 @@ reqwest = { version = "0.13", default-features = false, features = [
] }
semver = { version = "1.0.18", features = ["serde"] }
serde = { version = "1.0", features = ["derive"] }
serde-saphyr = "1.3"
serde_json = "1.0"
sha2 = "0.10"
tar = "0.4"
tempfile = "3.13.0"
thiserror = "2.0"
tokio = { version = "1.36.0", features = [
"fs",
"io-util",
"macros",
"parking_lot",
"rt-multi-thread",
"sync",
"test-util",
] }

[dev-dependencies]
tokio-util = { version = "0.7", features = ["rt"] }

[build-dependencies]
vergen-gitcl = { version = "9.0.0", features = ["build"] }
1 change: 1 addition & 0 deletions ampup/src/commands.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ pub mod build;
pub mod init;
pub mod install;
pub mod list;
pub mod skills;
pub mod uninstall;
pub mod update;
pub mod use_version;
Loading
Loading