You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
405 B
TOML

[package]
name = "record_watch"
version = "0.1.0"
edition = "2021"
[[bin]]
name = "rw"
path = "src/main.rs"
[dependencies]
walkdir = "2.3.2"
sqlx = { version = "0.5", features = [ "runtime-tokio-rustls", "sqlite", "migrate" ] }
tokio = { version = "1.16.1", features = ["full"] }
dirs = "4.0.0"
serde_json = "1.0.79"
serde = { version = "1.0.136", features= ["derive"] }
bytes = "1.1.0"
rand = "0.8.5"