diff options
Diffstat (limited to 'rtp/Cargo.toml')
-rw-r--r-- | rtp/Cargo.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/rtp/Cargo.toml b/rtp/Cargo.toml new file mode 100644 index 0000000..07e7123 --- /dev/null +++ b/rtp/Cargo.toml @@ -0,0 +1,6 @@ +[package] +name = "rtp" +version = "0.1.0" +edition = "2021" + +[dependencies] |