mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-02 19:39:49 +09:00
* Add `__doc__` crate * Base auto-generate ci * Add dummy files * Update docs * Set codegen-units to 1 for doc db * Mark `*.inc.rs` as auto generated * Disable doctest * Reset docs
18 lines
304 B
TOML
18 lines
304 B
TOML
[package]
|
|
name = "rustpython-doc"
|
|
version.workspace = true
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
repository.workspace = true
|
|
license-file = "LICENSE"
|
|
|
|
[dependencies]
|
|
phf = { workspace = true }
|
|
|
|
[lib]
|
|
doctest = false # Crashes when true
|
|
|
|
[lints]
|
|
workspace = true
|