Skip to content

Commit

Permalink
added LICENSE + comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Lonca Emmanuel committed Nov 22, 2024
1 parent e93db31 commit b323a66
Show file tree
Hide file tree
Showing 4 changed files with 827 additions and 19 deletions.
13 changes: 13 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,20 @@
[package]
name = "ipasir-loading"
authors = ["Emmanuel Lonca <[email protected]>"]
license = "GPL-3.0-or-later"
version = "0.1.0"
description = "Load shared libraries of IPASIR compatible SAT solvers."
categories = ["external-ffi-bindings", "science"]
keywords = ["sat", "solver", "satisfiability", "ipasir"]
repository = "https://github.com/crillab/ipasir-loading"
edition = "2021"
rust-version = "1.58.1"

[lints.rust]
missing_docs = "warn"

[lints.clippy]
pedantic = { level = "warn", priority = -1 }

[dependencies]
anyhow = "1.0.93"
Expand Down
Loading

0 comments on commit b323a66

Please sign in to comment.