changing name everywhere to lumina

This commit is contained in:
Chris Cochrun 2023-08-25 12:07:28 -05:00
parent a70acbdeea
commit bfa3f7280c
6 changed files with 116 additions and 39 deletions

View file

@ -1,5 +1,5 @@
[package]
name = "libre-presenter"
name = "liblumina"
version = "0.1.0"
edition = "2021"
authors = [
@ -27,6 +27,9 @@ diesel = { version = "2.0.3", features = ["sqlite"] }
libsqlite3-sys = { version = ">=0.17.2, <0.26.0", features = ["bundled"] }
youtube_dl = "0.8.0"
diesel_migrations = { version = "2.1.0", features = ["sqlite"] }
tar = "0.4.40"
zstd = "0.12.4"
serde_json = "1.0.104"
# sqlx = { version = "0.6.3", features = ["sqlite", "runtime-async-std"] }
# ffmpeg-next = "6.0.0"