chore(refact): rename modules with 'trictrac-' prefixes
This commit is contained in:
parent
74f11fe7d3
commit
90746bc63b
20 changed files with 134 additions and 156 deletions
|
|
@ -1,12 +1,12 @@
|
|||
[package]
|
||||
name = "store"
|
||||
name = "trictrac-store"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[lib]
|
||||
name = "store"
|
||||
name = "trictrac_store"
|
||||
# "cdylib" is necessary to produce a shared library for Python to import from.
|
||||
# Only "rlib" is needed for other Rust crates to use this library
|
||||
crate-type = ["cdylib", "rlib"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue