UPDATE: split the webapp in a widget and the app itself
This splits the webapp in: * IronCalc (the widget to be published on npmjs) * The frontend for our "service" * Adds "dummy code" for the backend using sqlite
This commit is contained in:
committed by
Nicolás Hatcher Andrés
parent
378f8351d3
commit
8215cfc9fb
14
webapp/app.ironcalc.com/server/Cargo.toml
Normal file
14
webapp/app.ironcalc.com/server/Cargo.toml
Normal file
@@ -0,0 +1,14 @@
|
||||
[package]
|
||||
name = "ironcalc_server"
|
||||
version = "0.3.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
rocket = "0.5"
|
||||
rand = "0.8"
|
||||
ironcalc = { path = "../../../xlsx/"}
|
||||
|
||||
[dependencies.rocket_db_pools]
|
||||
version = "0.2.0"
|
||||
features = ["sqlx_sqlite"]
|
||||
|
||||
Reference in New Issue
Block a user