mirror of
https://github.com/flakestorm/flakestorm.git
synced 2026-04-24 16:26:35 +02:00
- Rename all instances of Entropix to FlakeStorm - Rename package from entropix to flakestorm - Update all class names (EntropixConfig -> FlakeStormConfig, EntropixRunner -> FlakeStormRunner) - Update Rust module from entropix_rust to flakestorm_rust - Update README: remove cloud comparison, update links to flakestorm.com - Update .gitignore to allow docs files referenced in README - Add origin remote for VS Code compatibility - Fix missing imports and type references - All imports and references updated throughout codebase
16 lines
303 B
TOML
16 lines
303 B
TOML
[package]
|
|
name = "flakestorm_rust"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
authors.workspace = true
|
|
|
|
[lib]
|
|
name = "flakestorm_rust"
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
pyo3.workspace = true
|
|
rayon.workspace = true
|
|
serde.workspace = true
|
|
serde_json.workspace = true
|