1
0
Fork 0
mirror of https://git.42l.fr/neil/sncf.git synced 2024-05-02 14:12:44 +02:00

bumping version, add csrf dependency

This commit is contained in:
neil 2020-11-04 20:02:21 +01:00
parent 6db862848f
commit e2fdf128ec

View file

@ -1,6 +1,6 @@
[package]
name = "sncf"
version = "1.0.0"
version = "1.2.0"
authors = ["Association 42l <contact@noreply.example.org>"]
edition = "2018"
@ -27,3 +27,4 @@ regex = "1.3"
base64 = "0.13"
rand = "0.7"
askama = "0.10"
csrf = "0.4"