You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
300 B
12 lines
300 B
[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"
|