Skip to content
This repository has been archived by the owner on Jun 13, 2019. It is now read-only.

Commit

Permalink
Add cpython/python3-sys as a default feature
Browse files Browse the repository at this point in the history
Ideally, `cargo build`, `cargo doc`, etc. all just work out of the box
without needing to specify a feature, and this allows that to happen.
  • Loading branch information
iliana committed Oct 25, 2017
1 parent efab795 commit 3d02dec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,6 @@ exclude = [".gitignore", "builder", "examples"]
serde_json = "1.0"
cpython = { version = "0.1", default-features = false }
cpython-json = { version = "0.2", default-features = false }

[features]
default = ["cpython/python3-sys"]

0 comments on commit 3d02dec

Please sign in to comment.