summaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
blob: be746986965df5fd963693aa226d1f62e83b3e3d (plain)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "shared_library"
version = "0.1.9"
authors = ["Pierre Krieger <pierre.krieger1708@gmail.com>"]
description = "Easily bind to and load shared libraries"
license = "Apache-2.0/MIT"
repository = "https://github.com/tomaka/shared_library/"

[dependencies]
libc = "0.2"
lazy_static = "1"