added licensing stuff and free trial timer
This commit is contained in:
@ -1,15 +1,13 @@
|
||||
[package]
|
||||
name = "app"
|
||||
version = "0.1.0"
|
||||
description = "A Tauri App"
|
||||
description = "TalkEdit - AI-powered video editor"
|
||||
authors = ["you"]
|
||||
license = ""
|
||||
repository = ""
|
||||
edition = "2021"
|
||||
rust-version = "1.77.2"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[lib]
|
||||
name = "app_lib"
|
||||
crate-type = ["staticlib", "cdylib", "rlib"]
|
||||
@ -29,3 +27,5 @@ dirs = "5.0"
|
||||
ureq = "2.9"
|
||||
hound = "3.5"
|
||||
tempfile = "3.10"
|
||||
ed25519-dalek = "2"
|
||||
base64 = "0.22"
|
||||
|
||||
Reference in New Issue
Block a user