aboutsummaryrefslogtreecommitdiff
path: root/project.conf
blob: ae1d2b03fdb18a491f1374a50474664972c3b9b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "sibs"
type = "executable"
version = "0.3.0"
authors = ["DEC05EBA <0xdec05eba@gmail.com>"]
platforms = ["any"]

[config]
ignore_dirs = ["cmake", "cmake-build-debug", "build", "distribute", "examples", "msvc", "cmake_msvc"]

[dependencies]
libcurl = ">=7"
libarchive = ">=3"
libgit2 = ">=0.24.0"