mirror of
https://github.com/Tilo-K/pastebin-cli.git
synced 2026-01-10 17:01:01 +00:00
Compare commits
15 Commits
0.1.7
...
chore/upda
| Author | SHA1 | Date | |
|---|---|---|---|
|
113fc9db80
|
|||
| 5bcdde3fe5 | |||
| 0606ef082a | |||
| 008556ab4d | |||
| bd54946b94 | |||
| a6db41c0ca | |||
| 4656fc09f6 | |||
| 511012e3bf | |||
| e200099589 | |||
|
|
83b1817dc3 | ||
| d081f3d083 | |||
|
|
8239356868 | ||
|
|
5fe8588b73 | ||
| f69496afdb | |||
| a2e8dab9b0 |
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -40,7 +40,7 @@ permissions:
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- '[0-9]+.[0-9]+.[0-9]+'
|
||||
- '**[0-9]+.[0-9]+.[0-9]+*'
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
|
||||
612
Cargo.lock
generated
612
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
20
Cargo.toml
20
Cargo.toml
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "pastebin-cli"
|
||||
version = "0.1.7"
|
||||
version = "0.1.5"
|
||||
edition = "2021"
|
||||
description = "A simple CLI for pastebin.com"
|
||||
authors = ["Tilo K"]
|
||||
@@ -17,15 +17,15 @@ eula = false
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.75"
|
||||
chrono = "0.4.31"
|
||||
clap = { version = "4.4.6", features = ["derive"] }
|
||||
home = "0.5.5"
|
||||
quick-xml = { version = "0.31.0", features = ["serde", "serialize"] }
|
||||
reqwest = { version = "0.11.22", features = ["json"] }
|
||||
rpassword = "7.2.0"
|
||||
serde = { version = "1.0.189", features = ["serde_derive", "derive"] }
|
||||
tokio = { version = "1.33.0", features = ["full"] }
|
||||
anyhow = "1.0.98"
|
||||
chrono = "0.4.41"
|
||||
clap = { version = "4.5.38", features = ["derive"] }
|
||||
home = "0.5.11"
|
||||
quick-xml = { version = "0.37.5", features = ["serde", "serialize"] }
|
||||
reqwest = { version = "0.12.15", features = ["json"] }
|
||||
rpassword = "7.4.0"
|
||||
serde = { version = "1.0.219", features = ["serde_derive", "derive"] }
|
||||
tokio = { version = "1.45.0", features = ["full"] }
|
||||
|
||||
# The profile that 'cargo dist' will build with
|
||||
[profile.dist]
|
||||
|
||||
Reference in New Issue
Block a user