We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57f4e7c commit 6a3ff92Copy full SHA for 6a3ff92
1 file changed
Cargo.toml
@@ -4,15 +4,7 @@ version = "0.2.9"
4
edition = "2021"
5
6
[lib]
7
-# The name of the native library. This is the name which will be used in Python to import the
8
-# library (i.e. `import rem_math`). If you change this, you must also change the name of the
9
-# `#[pymodule]` in `src/lib.rs`.
10
name = "rem_math"
11
-# "cdylib" is necessary to produce a shared library for Python to import from.
12
-#
13
-# Downstream Rust code (including code in `bin/`, `examples/`, and `tests/`) will not be able
14
-# to `use rem_math;` unless the "rlib" or "lib" crate type is also included, e.g.:
15
-# crate-type = ["cdylib", "rlib"]
16
crate-type = ["cdylib", "rlib"]
17
18
[dependencies]
0 commit comments