chore: Use git repository instead of local ones

This commit is contained in:
Kerollmops
2018-05-12 17:41:29 +02:00
committed by Clément Renault
parent 0df4f6f182
commit a18afdc0f1
4 changed files with 20 additions and 18 deletions

View File

@ -9,9 +9,5 @@ serde = "1.0"
serde_derive = "1.0"
[dependencies.fst]
path = "../../fst"
# git = "https://github.com/Kerollmops/fst.git"
# branch = "stream-with-state"
# [profile.release]
# lto = true
git = "https://github.com/Kerollmops/fst.git"
branch = "op-builder-with-state"