aboutsummaryrefslogtreecommitdiffstats
path: root/nihav-allstuff/Cargo.toml
blob: e366f4ed492037a5f0afc76d239fd55c217bb73c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "nihav_allstuff"
version = "0.1.0"
authors = ["Kostya Shishkov <kostya.shishkov@gmail.com>"]
edition = "2018"

[dependencies]
nihav_core = { path = "../nihav-core" }
nihav_game = { path = "../nihav-game" }
nihav_indeo = { path = "../nihav-indeo" }
nihav_realmedia = { path = "../nihav-realmedia" }