version = 3
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "log"
version = "0.4.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
dependencies = [
"cfg-if",
]
[[package]]
name = "tf_observer"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "69135f8151cd5fd713817c89603725b4bc0dbb97adcc690f4f45c6f7832a620f"
[[package]]
name = "tf_playlist"
version = "0.1.2"
dependencies = [
"log",
"tf_observer",
]