From 3243f0863559e40e4c9d7a108b16cdbef554af3c Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Mon, 23 Nov 2020 21:53:51 +0100 Subject: Initial commit. Experimenting with reading Cubase project files using the nom parser library for Rust. --- Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..513cea1 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "cbconv" +version = "0.1.0" +authors = ["Harald Eilertsen "] +edition = "2018" + +[dependencies] +nom = "6.0.0" -- cgit v1.2.3