mirror of
https://github.com/pimalaya/himalaya.git
synced 2026-06-19 06:37:55 +08:00
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:
@@ -0,0 +1,6 @@
|
||||
[package]
|
||||
name = "lhotse"
|
||||
version = "0.1.0"
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
@@ -0,0 +1,3 @@
|
||||
# :stopwatch: Lhotse
|
||||
|
||||
TODO
|
||||
@@ -0,0 +1,3 @@
|
||||
fn main() {
|
||||
println!("Hello, world!");
|
||||
}
|
||||
Reference in New Issue
Block a user