Add 'copy to clipboard' function for view page
This commit is contained in:
parent
605d5f5792
commit
4f57c01693
5 changed files with 430 additions and 3 deletions
|
|
@ -9,6 +9,7 @@ crossterm = "0.27.0"
|
|||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_yaml = "0.9"
|
||||
serde_json = "1.0"
|
||||
arboard = "3.6"
|
||||
tokio = { version = "1.34", features = ["full"] }
|
||||
anyhow = "1.0"
|
||||
dirs = "5.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue