spore-lang 0.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.python-version +1 -0
- package/Cargo.lock +7 -0
- package/Cargo.toml +8 -0
- package/README.md +0 -0
- package/main.py +6 -0
- package/package.json +12 -0
- package/pyproject.toml +7 -0
- package/src/main.rs +3 -0
package/.python-version
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
3.14
|
package/Cargo.lock
ADDED
package/Cargo.toml
ADDED
package/README.md
ADDED
|
File without changes
|
package/main.py
ADDED
package/package.json
ADDED
package/pyproject.toml
ADDED
package/src/main.rs
ADDED