inventory-system/Cargo.toml
Jake Hillion d60e5eb920
Some checks are pending
continuous-integration/drone/push Build is running
added users table
2022-07-21 12:55:31 +01:00

18 lines
379 B
TOML

[package]
name = "inventory-system"
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"
env_logger = "0.9"
async-std = "1"
tide = "0.16.0"
diesel = { version = "1.4", features = ["postgres"] }
rust-embed = { version = "6.2.0", features = ["interpolate-folder-path"]}