Skip to content

Commit

Permalink
doc: Broken README link and formatting (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
aborgna-q authored Jul 5, 2023
1 parent f491c4e commit 27da316
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
uuid = { version = "1.4", features = ["serde"] }
pyo3 = { version = "0.19.0", optional = true }
pythonize ={version = "0.19.0", optional = true}
pythonize = { version = "0.19.0", optional = true }


[features]
pyo3 = ["dep:pyo3", "dep:pythonize", "tket2ops"]
tket2ops = []
tket2ops = []
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ tket-json-rs

Serializable definition of TKET circuits and operations.

Please read the [API documentation here][].

## Features

- `pyo3`: Enable Python bindings via pyo3.
Expand Down

0 comments on commit 27da316

Please sign in to comment.