This repository was archived by the owner on Apr 3, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " playready-cli"
3+ description = " Implementation of PlayReady DRM system based on pyplayready (CLI)"
34version.workspace = true
45edition.workspace = true
56authors.workspace = true
@@ -8,9 +9,10 @@ repository.workspace = true
89license.workspace = true
910keywords.workspace = true
1011categories.workspace = true
12+ readme.workspace = true
1113
1214[dependencies ]
13- playready = { path = " ../playready" }
15+ playready = { path = " ../playready" , version = " 0.1 " }
1416colog = " 1.3"
1517clap = { version = " 4.5" , features = [" derive" ] }
1618isahc = " 1.7"
Original file line number Diff line number Diff line change 11[package ]
22name = " playready-ffi"
3+ description = " Implementation of PlayReady DRM system based on pyplayready (C bindings)"
34version.workspace = true
45edition.workspace = true
56authors.workspace = true
@@ -13,5 +14,5 @@ categories.workspace = true
1314crate-type = [" staticlib" , " lib" ]
1415
1516[dependencies ]
16- playready = { path = " ../playready" }
17+ playready = { path = " ../playready" , version = " 0.1 " }
1718safer-ffi = { version = " 0.1" , features = [" headers" ] }
Original file line number Diff line number Diff line change 11[package ]
22name = " playready-macros"
3+ description = " Implementation of PlayReady DRM system based on pyplayready (helper macros)"
34version.workspace = true
45edition.workspace = true
56authors.workspace = true
6- description.workspace = true
77homepage.workspace = true
88repository.workspace = true
99license.workspace = true
Original file line number Diff line number Diff line change @@ -9,9 +9,10 @@ repository.workspace = true
99license.workspace = true
1010keywords.workspace = true
1111categories.workspace = true
12+ readme.workspace = true
1213
1314[dependencies ]
14- playready-macros = { path = " ../playready-macros" }
15+ playready-macros = { path = " ../playready-macros" , version = " 0.1 " }
1516aes = " 0.8"
1617base64 = " 0.22"
1718binrw = " 0.14"
You can’t perform that action at this time.
0 commit comments