diff options
author | Kostya Shishkov <kostya.shishkov@gmail.com> | 2020-05-24 15:19:43 +0200 |
---|---|---|
committer | Kostya Shishkov <kostya.shishkov@gmail.com> | 2020-05-24 15:19:43 +0200 |
commit | 4abcd84283e5d7168cc495e41cbc443710bfbd5e (patch) | |
tree | 853490155491e39a5b73c7fe0d2ad0cf31b3301a /nihav-allstuff/Cargo.toml | |
parent | f8d697207ac1373091df74002bdc72fd5b2d8944 (diff) | |
download | nihav-4abcd84283e5d7168cc495e41cbc443710bfbd5e.tar.gz |
add a crate for common MS formats
Diffstat (limited to 'nihav-allstuff/Cargo.toml')
-rw-r--r-- | nihav-allstuff/Cargo.toml | 1 |
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" } |