init sub crates (#253)

* init sub crates

* doc: update readme

* doc: improve main readme

* doc: add links, add missing crate task

* doc: update emojis
This commit is contained in:
Clément DOUIN
2021-11-01 00:07:27 +01:00
committed by GitHub
parent ad7cd28a3c
commit ae22a62cf7
26 changed files with 238 additions and 86 deletions
+6
View File
@@ -0,0 +1,6 @@
[package]
name = "lhotse"
version = "0.1.0"
edition = "2018"
[dependencies]
+3
View File
@@ -0,0 +1,3 @@
# :stopwatch: Lhotse
TODO
+3
View File
@@ -0,0 +1,3 @@
fn main() {
println!("Hello, world!");
}