This crate's name is:
name = "rtsp-types"
How can I use it on my project?
I added to the Cargo.toml
:
[dependencies]
rtsp-types = { path = "../rtsp-types" }
however I can't do
use rtsp-types
because of the -
symbol.
This crate's name is:
name = "rtsp-types"
How can I use it on my project?
I added to the Cargo.toml
:
[dependencies]
rtsp-types = { path = "../rtsp-types" }
however I can't do
use rtsp-types
because of the -
symbol.