Skip to content

Commit fabd579

Browse files
committed
add ass-editor
1 parent 5a7ece7 commit fabd579

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,6 @@ similar = "2.5"
2828
members = ["crates/srv3-ttml", "crates/srv3tovtt-crate"]
2929

3030
[workspace.dependencies]
31+
ass-editor = "0.1.1"
3132
ass-core = "0.1.1"
3233
ryu = "1.0.20"

crates/srv3tovtt-crate/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ hex_color = "3.0.0"
1414
serde = "1.0.210"
1515
srv3-ttml = { path = "../srv3-ttml" }
1616
ryu = { workspace = true }
17-
ass-core = { workspace = true }
17+
ass-core = { workspace = true }
18+
ass-editor = { workspace = true }

0 commit comments

Comments
 (0)