aboutsummaryrefslogtreecommitdiffstats
path: root/nihav-allstuff/Cargo.toml
diff options
context:
space:
mode:
authorKostya Shishkov <kostya.shishkov@gmail.com>2020-05-24 15:19:43 +0200
committerKostya Shishkov <kostya.shishkov@gmail.com>2020-05-24 15:19:43 +0200
commit4abcd84283e5d7168cc495e41cbc443710bfbd5e (patch)
tree853490155491e39a5b73c7fe0d2ad0cf31b3301a /nihav-allstuff/Cargo.toml
parentf8d697207ac1373091df74002bdc72fd5b2d8944 (diff)
downloadnihav-4abcd84283e5d7168cc495e41cbc443710bfbd5e.tar.gz
add a crate for common MS formats
Diffstat (limited to 'nihav-allstuff/Cargo.toml')
-rw-r--r--nihav-allstuff/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/nihav-allstuff/Cargo.toml b/nihav-allstuff/Cargo.toml
index b8ef869..49aeaae 100644
--- a/nihav-allstuff/Cargo.toml
+++ b/nihav-allstuff/Cargo.toml
@@ -10,6 +10,7 @@ nihav_commonfmt = { path = "../nihav-commonfmt" }
nihav_duck = { path = "../nihav-duck" }
nihav_game = { path = "../nihav-game" }
nihav_indeo = { path = "../nihav-indeo" }
+nihav_ms = { path = "../nihav-ms" }
nihav_rad = { path = "../nihav-rad" }
nihav_realmedia = { path = "../nihav-realmedia" }