zlayer-sdk 0.1.0__tar.gz → 0.8.5__tar.gz
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.
- {zlayer_sdk-0.1.0 → zlayer_sdk-0.8.5}/.gitignore +1 -2
- {zlayer_sdk-0.1.0 → zlayer_sdk-0.8.5}/PKG-INFO +1 -1
- {zlayer_sdk-0.1.0 → zlayer_sdk-0.8.5}/pyproject.toml +1 -1
- {zlayer_sdk-0.1.0 → zlayer_sdk-0.8.5}/zlayer/__init__.py +1 -1
- {zlayer_sdk-0.1.0 → zlayer_sdk-0.8.5}/README.md +0 -0
- {zlayer_sdk-0.1.0 → zlayer_sdk-0.8.5}/examples/.gitkeep +0 -0
- {zlayer_sdk-0.1.0 → zlayer_sdk-0.8.5}/zlayer/py.typed +0 -0
|
@@ -4,9 +4,8 @@
|
|
|
4
4
|
debug/
|
|
5
5
|
target/
|
|
6
6
|
|
|
7
|
-
#
|
|
7
|
+
# Cargo.lock is committed for reproducible builds (this is an executable project)
|
|
8
8
|
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
|
|
9
|
-
Cargo.lock
|
|
10
9
|
|
|
11
10
|
# These are backup files generated by rustfmt
|
|
12
11
|
**/*.rs.bk
|
|
File without changes
|
|
File without changes
|
|
File without changes
|