mirror of
https://github.com/asciinema/asciinema.git
synced 2025-12-15 19:28:00 +01:00
Use Bytes instead of Vec for more performant data copying between TTY and PTY
This commit is contained in:
@@ -43,6 +43,7 @@ tokio-util = { version = "0.7", features = ["rt"] }
|
||||
rand = "0.9"
|
||||
async-trait = "0.1"
|
||||
signal-hook-tokio = { version = "0.3", features = ["futures-v0_3"] }
|
||||
bytes = "1.0"
|
||||
|
||||
[build-dependencies]
|
||||
clap = { version = "4.0", features = ["derive", "wrap_help"] }
|
||||
|
||||
Reference in New Issue
Block a user