changing name everywhere to lumina
This commit is contained in:
parent
a70acbdeea
commit
bfa3f7280c
6 changed files with 116 additions and 39 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue