diff options
author | Melody Horn <melody@boringcactus.com> | 2021-06-28 17:02:45 -0600 |
---|---|---|
committer | Melody Horn <melody@boringcactus.com> | 2021-06-28 17:02:45 -0600 |
commit | 2e3930b4c7c26e91c1341d7d04d33d91758f8009 (patch) | |
tree | eabac3a8e760e2dc91a548b337f5f2ffe51a6285 /Cargo.toml | |
parent | 8852f0b7090c612f1d04a60becb55bbe56441eda (diff) | |
download | tosin-2e3930b4c7c26e91c1341d7d04d33d91758f8009.tar.gz tosin-2e3930b4c7c26e91c1341d7d04d33d91758f8009.zip |
work properly on windows too
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -11,6 +11,8 @@ barrel = { version = "0.6.5", features = ["sqlite3"] } chrono = "0.4" diesel = { version = "1.4.4", features = ["sqlite", "chrono"] } hyper = { version = "0.14", features = ["full"] } +# TODO not this +libsqlite3-sys = { version = "0.22.2", features = ["bundled-windows"] } quote = "1.0" structopt = "0.3.21" syn = { version = "1.0", features = ["full", "extra-traits"] } |