14 lines
350 B
TOML
14 lines
350 B
TOML
|
[package]
|
||
|
name = "lmspos"
|
||
|
version = "0.1.0"
|
||
|
edition = "2021"
|
||
|
|
||
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||
|
|
||
|
[dependencies]
|
||
|
log = "0.4"
|
||
|
simple_logger = "4"
|
||
|
actix-web = "4"
|
||
|
bonsaidb = { version = "0.4", features = ["local-full"] }
|
||
|
serde = { version = "1", features = ["derive"] }
|
||
|
actix-cors = "0.6.4"
|