mirror of
https://tangled.org/grace.pink/atproto-ssh-tool.git
synced 2026-04-02 21:05:46 +00:00
initial commit
This commit is contained in:
commit
736b42018b
7 changed files with 6052 additions and 0 deletions
32
Cargo.toml
Normal file
32
Cargo.toml
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
[package]
|
||||
name = "atproto-ssh-tool"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.102"
|
||||
chrono = { version = "0.4.44", features = ["serde"] }
|
||||
clap = { version = "4.5.60", features = ["cargo", "derive"] }
|
||||
jacquard = "0.9.5"
|
||||
jacquard-api = "0.9.5"
|
||||
jacquard-common = "0.9.5"
|
||||
jacquard-derive = "0.9.5"
|
||||
jacquard-identity = "0.9.5"
|
||||
jacquard-lexgen = "0.9.5"
|
||||
jacquard-lexicon = "0.9.5"
|
||||
owo-colors = "4.3.0"
|
||||
reqwest = { version = "0.13.2", features = ["json"] }
|
||||
rpassword = "7.4.0"
|
||||
rustversion = "1.0.22"
|
||||
serde = { version = "1.0.228", features = ["derive"] }
|
||||
ssh-key = { version = "0.6.7", features = ["serde"] }
|
||||
tokio = { version = "1.50.0", features = ["full"] }
|
||||
unicode-segmentation = "1.12.0"
|
||||
|
||||
[build-dependencies]
|
||||
jacquard-lexicon = "0.9.5"
|
||||
|
||||
# So cargo shuts up
|
||||
[features]
|
||||
default = ["pink_grace"]
|
||||
pink_grace = []
|
||||
Loading…
Add table
Add a link
Reference in a new issue