···1818name = "polymodel"
1919version = "0.1.0"
2020edition = "2024"
2121-license = "MIT OR Apache-2.0"
2222-description = "AT Protocol-native model and project sharing app built with Rust, Dioxus, and Jacquard."
2121+license = "MPL-2.0"
2222+description = "atproto Thingiverse but good"
23232424[features]
2525default = ["web"]
+373
LICENSE
···11+Mozilla Public License Version 2.0
22+==================================
33+44+1. Definitions
55+--------------
66+77+1.1. "Contributor"
88+ means each individual or legal entity that creates, contributes to
99+ the creation of, or owns Covered Software.
1010+1111+1.2. "Contributor Version"
1212+ means the combination of the Contributions of others (if any) used
1313+ by a Contributor and that particular Contributor's Contribution.
1414+1515+1.3. "Contribution"
1616+ means Covered Software of a particular Contributor.
1717+1818+1.4. "Covered Software"
1919+ means Source Code Form to which the initial Contributor has attached
2020+ the notice in Exhibit A, the Executable Form of such Source Code
2121+ Form, and Modifications of such Source Code Form, in each case
2222+ including portions thereof.
2323+2424+1.5. "Incompatible With Secondary Licenses"
2525+ means
2626+2727+ (a) that the initial Contributor has attached the notice described
2828+ in Exhibit B to the Covered Software; or
2929+3030+ (b) that the Covered Software was made available under the terms of
3131+ version 1.1 or earlier of the License, but not also under the
3232+ terms of a Secondary License.
3333+3434+1.6. "Executable Form"
3535+ means any form of the work other than Source Code Form.
3636+3737+1.7. "Larger Work"
3838+ means a work that combines Covered Software with other material, in
3939+ a separate file or files, that is not Covered Software.
4040+4141+1.8. "License"
4242+ means this document.
4343+4444+1.9. "Licensable"
4545+ means having the right to grant, to the maximum extent possible,
4646+ whether at the time of the initial grant or subsequently, any and
4747+ all of the rights conveyed by this License.
4848+4949+1.10. "Modifications"
5050+ means any of the following:
5151+5252+ (a) any file in Source Code Form that results from an addition to,
5353+ deletion from, or modification of the contents of Covered
5454+ Software; or
5555+5656+ (b) any new file in Source Code Form that contains any Covered
5757+ Software.
5858+5959+1.11. "Patent Claims" of a Contributor
6060+ means any patent claim(s), including without limitation, method,
6161+ process, and apparatus claims, in any patent Licensable by such
6262+ Contributor that would be infringed, but for the grant of the
6363+ License, by the making, using, selling, offering for sale, having
6464+ made, import, or transfer of either its Contributions or its
6565+ Contributor Version.
6666+6767+1.12. "Secondary License"
6868+ means either the GNU General Public License, Version 2.0, the GNU
6969+ Lesser General Public License, Version 2.1, the GNU Affero General
7070+ Public License, Version 3.0, or any later versions of those
7171+ licenses.
7272+7373+1.13. "Source Code Form"
7474+ means the form of the work preferred for making modifications.
7575+7676+1.14. "You" (or "Your")
7777+ means an individual or a legal entity exercising rights under this
7878+ License. For legal entities, "You" includes any entity that
7979+ controls, is controlled by, or is under common control with You. For
8080+ purposes of this definition, "control" means (a) the power, direct
8181+ or indirect, to cause the direction or management of such entity,
8282+ whether by contract or otherwise, or (b) ownership of more than
8383+ fifty percent (50%) of the outstanding shares or beneficial
8484+ ownership of such entity.
8585+8686+2. License Grants and Conditions
8787+--------------------------------
8888+8989+2.1. Grants
9090+9191+Each Contributor hereby grants You a world-wide, royalty-free,
9292+non-exclusive license:
9393+9494+(a) under intellectual property rights (other than patent or trademark)
9595+ Licensable by such Contributor to use, reproduce, make available,
9696+ modify, display, perform, distribute, and otherwise exploit its
9797+ Contributions, either on an unmodified basis, with Modifications, or
9898+ as part of a Larger Work; and
9999+100100+(b) under Patent Claims of such Contributor to make, use, sell, offer
101101+ for sale, have made, import, and otherwise transfer either its
102102+ Contributions or its Contributor Version.
103103+104104+2.2. Effective Date
105105+106106+The licenses granted in Section 2.1 with respect to any Contribution
107107+become effective for each Contribution on the date the Contributor first
108108+distributes such Contribution.
109109+110110+2.3. Limitations on Grant Scope
111111+112112+The licenses granted in this Section 2 are the only rights granted under
113113+this License. No additional rights or licenses will be implied from the
114114+distribution or licensing of Covered Software under this License.
115115+Notwithstanding Section 2.1(b) above, no patent license is granted by a
116116+Contributor:
117117+118118+(a) for any code that a Contributor has removed from Covered Software;
119119+ or
120120+121121+(b) for infringements caused by: (i) Your and any other third party's
122122+ modifications of Covered Software, or (ii) the combination of its
123123+ Contributions with other software (except as part of its Contributor
124124+ Version); or
125125+126126+(c) under Patent Claims infringed by Covered Software in the absence of
127127+ its Contributions.
128128+129129+This License does not grant any rights in the trademarks, service marks,
130130+or logos of any Contributor (except as may be necessary to comply with
131131+the notice requirements in Section 3.4).
132132+133133+2.4. Subsequent Licenses
134134+135135+No Contributor makes additional grants as a result of Your choice to
136136+distribute the Covered Software under a subsequent version of this
137137+License (see Section 10.2) or under the terms of a Secondary License (if
138138+permitted under the terms of Section 3.3).
139139+140140+2.5. Representation
141141+142142+Each Contributor represents that the Contributor believes its
143143+Contributions are its original creation(s) or it has sufficient rights
144144+to grant the rights to its Contributions conveyed by this License.
145145+146146+2.6. Fair Use
147147+148148+This License is not intended to limit any rights You have under
149149+applicable copyright doctrines of fair use, fair dealing, or other
150150+equivalents.
151151+152152+2.7. Conditions
153153+154154+Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted
155155+in Section 2.1.
156156+157157+3. Responsibilities
158158+-------------------
159159+160160+3.1. Distribution of Source Form
161161+162162+All distribution of Covered Software in Source Code Form, including any
163163+Modifications that You create or to which You contribute, must be under
164164+the terms of this License. You must inform recipients that the Source
165165+Code Form of the Covered Software is governed by the terms of this
166166+License, and how they can obtain a copy of this License. You may not
167167+attempt to alter or restrict the recipients' rights in the Source Code
168168+Form.
169169+170170+3.2. Distribution of Executable Form
171171+172172+If You distribute Covered Software in Executable Form then:
173173+174174+(a) such Covered Software must also be made available in Source Code
175175+ Form, as described in Section 3.1, and You must inform recipients of
176176+ the Executable Form how they can obtain a copy of such Source Code
177177+ Form by reasonable means in a timely manner, at a charge no more
178178+ than the cost of distribution to the recipient; and
179179+180180+(b) You may distribute such Executable Form under the terms of this
181181+ License, or sublicense it under different terms, provided that the
182182+ license for the Executable Form does not attempt to limit or alter
183183+ the recipients' rights in the Source Code Form under this License.
184184+185185+3.3. Distribution of a Larger Work
186186+187187+You may create and distribute a Larger Work under terms of Your choice,
188188+provided that You also comply with the requirements of this License for
189189+the Covered Software. If the Larger Work is a combination of Covered
190190+Software with a work governed by one or more Secondary Licenses, and the
191191+Covered Software is not Incompatible With Secondary Licenses, this
192192+License permits You to additionally distribute such Covered Software
193193+under the terms of such Secondary License(s), so that the recipient of
194194+the Larger Work may, at their option, further distribute the Covered
195195+Software under the terms of either this License or such Secondary
196196+License(s).
197197+198198+3.4. Notices
199199+200200+You may not remove or alter the substance of any license notices
201201+(including copyright notices, patent notices, disclaimers of warranty,
202202+or limitations of liability) contained within the Source Code Form of
203203+the Covered Software, except that You may alter any license notices to
204204+the extent required to remedy known factual inaccuracies.
205205+206206+3.5. Application of Additional Terms
207207+208208+You may choose to offer, and to charge a fee for, warranty, support,
209209+indemnity or liability obligations to one or more recipients of Covered
210210+Software. However, You may do so only on Your own behalf, and not on
211211+behalf of any Contributor. You must make it absolutely clear that any
212212+such warranty, support, indemnity, or liability obligation is offered by
213213+You alone, and You hereby agree to indemnify every Contributor for any
214214+liability incurred by such Contributor as a result of warranty, support,
215215+indemnity or liability terms You offer. You may include additional
216216+disclaimers of warranty and limitations of liability specific to any
217217+jurisdiction.
218218+219219+4. Inability to Comply Due to Statute or Regulation
220220+---------------------------------------------------
221221+222222+If it is impossible for You to comply with any of the terms of this
223223+License with respect to some or all of the Covered Software due to
224224+statute, judicial order, or regulation then You must: (a) comply with
225225+the terms of this License to the maximum extent possible; and (b)
226226+describe the limitations and the code they affect. Such description must
227227+be placed in a text file included with all distributions of the Covered
228228+Software under this License. Except to the extent prohibited by statute
229229+or regulation, such description must be sufficiently detailed for a
230230+recipient of ordinary skill to be able to understand it.
231231+232232+5. Termination
233233+--------------
234234+235235+5.1. The rights granted under this License will terminate automatically
236236+if You fail to comply with any of its terms. However, if You become
237237+compliant, then the rights granted under this License from a particular
238238+Contributor are reinstated (a) provisionally, unless and until such
239239+Contributor explicitly and finally terminates Your grants, and (b) on an
240240+ongoing basis, if such Contributor fails to notify You of the
241241+non-compliance by some reasonable means prior to 60 days after You have
242242+come back into compliance. Moreover, Your grants from a particular
243243+Contributor are reinstated on an ongoing basis if such Contributor
244244+notifies You of the non-compliance by some reasonable means, this is the
245245+first time You have received notice of non-compliance with this License
246246+from such Contributor, and You become compliant prior to 30 days after
247247+Your receipt of the notice.
248248+249249+5.2. If You initiate litigation against any entity by asserting a patent
250250+infringement claim (excluding declaratory judgment actions,
251251+counter-claims, and cross-claims) alleging that a Contributor Version
252252+directly or indirectly infringes any patent, then the rights granted to
253253+You by any and all Contributors for the Covered Software under Section
254254+2.1 of this License shall terminate.
255255+256256+5.3. In the event of termination under Sections 5.1 or 5.2 above, all
257257+end user license agreements (excluding distributors and resellers) which
258258+have been validly granted by You or Your distributors under this License
259259+prior to termination shall survive termination.
260260+261261+************************************************************************
262262+* *
263263+* 6. Disclaimer of Warranty *
264264+* ------------------------- *
265265+* *
266266+* Covered Software is provided under this License on an "as is" *
267267+* basis, without warranty of any kind, either expressed, implied, or *
268268+* statutory, including, without limitation, warranties that the *
269269+* Covered Software is free of defects, merchantable, fit for a *
270270+* particular purpose or non-infringing. The entire risk as to the *
271271+* quality and performance of the Covered Software is with You. *
272272+* Should any Covered Software prove defective in any respect, You *
273273+* (not any Contributor) assume the cost of any necessary servicing, *
274274+* repair, or correction. This disclaimer of warranty constitutes an *
275275+* essential part of this License. No use of any Covered Software is *
276276+* authorized under this License except under this disclaimer. *
277277+* *
278278+************************************************************************
279279+280280+************************************************************************
281281+* *
282282+* 7. Limitation of Liability *
283283+* -------------------------- *
284284+* *
285285+* Under no circumstances and under no legal theory, whether tort *
286286+* (including negligence), contract, or otherwise, shall any *
287287+* Contributor, or anyone who distributes Covered Software as *
288288+* permitted above, be liable to You for any direct, indirect, *
289289+* special, incidental, or consequential damages of any character *
290290+* including, without limitation, damages for lost profits, loss of *
291291+* goodwill, work stoppage, computer failure or malfunction, or any *
292292+* and all other commercial damages or losses, even if such party *
293293+* shall have been informed of the possibility of such damages. This *
294294+* limitation of liability shall not apply to liability for death or *
295295+* personal injury resulting from such party's negligence to the *
296296+* extent applicable law prohibits such limitation. Some *
297297+* jurisdictions do not allow the exclusion or limitation of *
298298+* incidental or consequential damages, so this exclusion and *
299299+* limitation may not apply to You. *
300300+* *
301301+************************************************************************
302302+303303+8. Litigation
304304+-------------
305305+306306+Any litigation relating to this License may be brought only in the
307307+courts of a jurisdiction where the defendant maintains its principal
308308+place of business and such litigation shall be governed by laws of that
309309+jurisdiction, without reference to its conflict-of-law provisions.
310310+Nothing in this Section shall prevent a party's ability to bring
311311+cross-claims or counter-claims.
312312+313313+9. Miscellaneous
314314+----------------
315315+316316+This License represents the complete agreement concerning the subject
317317+matter hereof. If any provision of this License is held to be
318318+unenforceable, such provision shall be reformed only to the extent
319319+necessary to make it enforceable. Any law or regulation which provides
320320+that the language of a contract shall be construed against the drafter
321321+shall not be used to construe this License against a Contributor.
322322+323323+10. Versions of the License
324324+---------------------------
325325+326326+10.1. New Versions
327327+328328+Mozilla Foundation is the license steward. Except as provided in Section
329329+10.3, no one other than the license steward has the right to modify or
330330+publish new versions of this License. Each version will be given a
331331+distinguishing version number.
332332+333333+10.2. Effect of New Versions
334334+335335+You may distribute the Covered Software under the terms of the version
336336+of the License under which You originally received the Covered Software,
337337+or under the terms of any subsequent version published by the license
338338+steward.
339339+340340+10.3. Modified Versions
341341+342342+If you create software not governed by this License, and you want to
343343+create a new license for such software, you may create and use a
344344+modified version of this License if you rename the license and remove
345345+any references to the name of the license steward (except to note that
346346+such modified license differs from this License).
347347+348348+10.4. Distributing Source Code Form that is Incompatible With Secondary
349349+Licenses
350350+351351+If You choose to distribute Source Code Form that is Incompatible With
352352+Secondary Licenses under the terms of this version of the License, the
353353+notice described in Exhibit B of this License must be attached.
354354+355355+Exhibit A - Source Code Form License Notice
356356+-------------------------------------------
357357+358358+ This Source Code Form is subject to the terms of the Mozilla Public
359359+ License, v. 2.0. If a copy of the MPL was not distributed with this
360360+ file, You can obtain one at http://mozilla.org/MPL/2.0/.
361361+362362+If it is not possible or desirable to put the notice in a particular
363363+file, then You may include the notice in a location (such as a LICENSE
364364+file in a relevant directory) where a recipient would be likely to look
365365+for such a notice.
366366+367367+You may add additional accurate notices of copyright ownership.
368368+369369+Exhibit B - "Incompatible With Secondary Licenses" Notice
370370+---------------------------------------------------------
371371+372372+ This Source Code Form is "Incompatible With Secondary Licenses", as
373373+ defined by the Mozilla Public License, v. 2.0.
-201
LICENSE-APACHE
···11- Apache License
22- Version 2.0, January 2004
33- http://www.apache.org/licenses/
44-55- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
66-77- 1. Definitions.
88-99- "License" shall mean the terms and conditions for use, reproduction,
1010- and distribution as defined by Sections 1 through 9 of this document.
1111-1212- "Licensor" shall mean the copyright owner or entity authorized by
1313- the copyright owner that is granting the License.
1414-1515- "Legal Entity" shall mean the union of the acting entity and all
1616- other entities that control, are controlled by, or are under common
1717- control with that entity. For the purposes of this definition,
1818- "control" means (i) the power, direct or indirect, to cause the
1919- direction or management of such entity, whether by contract or
2020- otherwise, or (ii) ownership of fifty percent (50%) or more of the
2121- outstanding shares, or (iii) beneficial ownership of such entity.
2222-2323- "You" (or "Your") shall mean an individual or Legal Entity
2424- exercising permissions granted by this License.
2525-2626- "Source" form shall mean the preferred form for making modifications,
2727- including but not limited to software source code, documentation
2828- source, and configuration files.
2929-3030- "Object" form shall mean any form resulting from mechanical
3131- transformation or translation of a Source form, including but
3232- not limited to compiled object code, generated documentation,
3333- and conversions to other media types.
3434-3535- "Work" shall mean the work of authorship, whether in Source or
3636- Object form, made available under the License, as indicated by a
3737- copyright notice that is included in or attached to the work
3838- (an example is provided in the Appendix below).
3939-4040- "Derivative Works" shall mean any work, whether in Source or Object
4141- form, that is based on (or derived from) the Work and for which the
4242- editorial revisions, annotations, elaborations, or other modifications
4343- represent, as a whole, an original work of authorship. For the purposes
4444- of this License, Derivative Works shall not include works that remain
4545- separable from, or merely link (or bind by name) to the interfaces of,
4646- the Work and Derivative Works thereof.
4747-4848- "Contribution" shall mean any work of authorship, including
4949- the original version of the Work and any modifications or additions
5050- to that Work or Derivative Works thereof, that is intentionally
5151- submitted to Licensor for inclusion in the Work by the copyright owner
5252- or by an individual or Legal Entity authorized to submit on behalf of
5353- the copyright owner. For the purposes of this definition, "submitted"
5454- means any form of electronic, verbal, or written communication sent
5555- to the Licensor or its representatives, including but not limited to
5656- communication on electronic mailing lists, source code control systems,
5757- and issue tracking systems that are managed by, or on behalf of, the
5858- Licensor for the purpose of discussing and improving the Work, but
5959- excluding communication that is conspicuously marked or otherwise
6060- designated in writing by the copyright owner as "Not a Contribution."
6161-6262- "Contributor" shall mean Licensor and any individual or Legal Entity
6363- on behalf of whom a Contribution has been received by Licensor and
6464- subsequently incorporated within the Work.
6565-6666- 2. Grant of Copyright License. Subject to the terms and conditions of
6767- this License, each Contributor hereby grants to You a perpetual,
6868- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
6969- copyright license to reproduce, prepare Derivative Works of,
7070- publicly display, publicly perform, sublicense, and distribute the
7171- Work and such Derivative Works in Source or Object form.
7272-7373- 3. Grant of Patent License. Subject to the terms and conditions of
7474- this License, each Contributor hereby grants to You a perpetual,
7575- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
7676- (except as stated in this section) patent license to make, have made,
7777- use, offer to sell, sell, import, and otherwise transfer the Work,
7878- where such license applies only to those patent claims licensable
7979- by such Contributor that are necessarily infringed by their
8080- Contribution(s) alone or by combination of their Contribution(s)
8181- with the Work to which such Contribution(s) was submitted. If You
8282- institute patent litigation against any entity (including a
8383- cross-claim or counterclaim in a lawsuit) alleging that the Work
8484- or a Contribution incorporated within the Work constitutes direct
8585- or contributory patent infringement, then any patent licenses
8686- granted to You under this License for that Work shall terminate
8787- as of the date such litigation is filed.
8888-8989- 4. Redistribution. You may reproduce and distribute copies of the
9090- Work or Derivative Works thereof in any medium, with or without
9191- modifications, and in Source or Object form, provided that You
9292- meet the following conditions:
9393-9494- (a) You must give any other recipients of the Work or
9595- Derivative Works a copy of this License; and
9696-9797- (b) You must cause any modified files to carry prominent notices
9898- stating that You changed the files; and
9999-100100- (c) You must retain, in the Source form of any Derivative Works
101101- that You distribute, all copyright, patent, trademark, and
102102- attribution notices from the Source form of the Work,
103103- excluding those notices that do not pertain to any part of
104104- the Derivative Works; and
105105-106106- (d) If the Work includes a "NOTICE" text file as part of its
107107- distribution, then any Derivative Works that You distribute must
108108- include a readable copy of the attribution notices contained
109109- within such NOTICE file, excluding those notices that do not
110110- pertain to any part of the Derivative Works, in at least one
111111- of the following places: within a NOTICE text file distributed
112112- as part of the Derivative Works; within the Source form or
113113- documentation, if provided along with the Derivative Works; or,
114114- within a display generated by the Derivative Works, if and
115115- wherever such third-party notices normally appear. The contents
116116- of the NOTICE file are for informational purposes only and
117117- do not modify the License. You may add Your own attribution
118118- notices within Derivative Works that You distribute, alongside
119119- or as an addendum to the NOTICE text from the Work, provided
120120- that such additional attribution notices cannot be construed
121121- as modifying the License.
122122-123123- You may add Your own copyright statement to Your modifications and
124124- may provide additional or different license terms and conditions
125125- for use, reproduction, or distribution of Your modifications, or
126126- for any such Derivative Works as a whole, provided Your use,
127127- reproduction, and distribution of the Work otherwise complies with
128128- the conditions stated in this License.
129129-130130- 5. Submission of Contributions. Unless You explicitly state otherwise,
131131- any Contribution intentionally submitted for inclusion in the Work
132132- by You to the Licensor shall be under the terms and conditions of
133133- this License, without any additional terms or conditions.
134134- Notwithstanding the above, nothing herein shall supersede or modify
135135- the terms of any separate license agreement you may have executed
136136- with Licensor regarding such Contributions.
137137-138138- 6. Trademarks. This License does not grant permission to use the trade
139139- names, trademarks, service marks, or product names of the Licensor,
140140- except as required for reasonable and customary use in describing the
141141- origin of the Work and reproducing the content of the NOTICE file.
142142-143143- 7. Disclaimer of Warranty. Unless required by applicable law or
144144- agreed to in writing, Licensor provides the Work (and each
145145- Contributor provides its Contributions) on an "AS IS" BASIS,
146146- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
147147- implied, including, without limitation, any warranties or conditions
148148- of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
149149- PARTICULAR PURPOSE. You are solely responsible for determining the
150150- appropriateness of using or redistributing the Work and assume any
151151- risks associated with Your exercise of permissions under this License.
152152-153153- 8. Limitation of Liability. In no event and under no legal theory,
154154- whether in tort (including negligence), contract, or otherwise,
155155- unless required by applicable law (such as deliberate and grossly
156156- negligent acts) or agreed to in writing, shall any Contributor be
157157- liable to You for damages, including any direct, indirect, special,
158158- incidental, or consequential damages of any character arising as a
159159- result of this License or out of the use or inability to use the
160160- Work (including but not limited to damages for loss of goodwill,
161161- work stoppage, computer failure or malfunction, or any and all
162162- other commercial damages or losses), even if such Contributor
163163- has been advised of the possibility of such damages.
164164-165165- 9. Accepting Warranty or Additional Liability. While redistributing
166166- the Work or Derivative Works thereof, You may choose to offer,
167167- and charge a fee for, acceptance of support, warranty, indemnity,
168168- or other liability obligations and/or rights consistent with this
169169- License. However, in accepting such obligations, You may act only
170170- on Your own behalf and on Your sole responsibility, not on behalf
171171- of any other Contributor, and only if You agree to indemnify,
172172- defend, and hold each Contributor harmless for any liability
173173- incurred by, or claims asserted against, such Contributor by reason
174174- of your accepting any such warranty or additional liability.
175175-176176- END OF TERMS AND CONDITIONS
177177-178178- APPENDIX: How to apply the Apache License to your work.
179179-180180- To apply the Apache License to your work, attach the following
181181- boilerplate notice, with the fields enclosed by brackets "[]"
182182- replaced with your own identifying information. (Don't include
183183- the brackets!) The text should be enclosed in the appropriate
184184- comment syntax for the file format. We also recommend that a
185185- file or class name and description of purpose be included on the
186186- same "printed page" as the copyright notice for easier
187187- identification within third-party archives.
188188-189189- Copyright 2026 Orual
190190-191191- Licensed under the Apache License, Version 2.0 (the "License");
192192- you may not use this file except in compliance with the License.
193193- You may obtain a copy of the License at
194194-195195- http://www.apache.org/licenses/LICENSE-2.0
196196-197197- Unless required by applicable law or agreed to in writing, software
198198- distributed under the License is distributed on an "AS IS" BASIS,
199199- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200200- See the License for the specific language governing permissions and
201201- limitations under the License.
-21
LICENSE-MIT
···11-MIT License
22-33-Copyright 2026 Orual <orual@nonbinary.computer>.
44-55-Permission is hereby granted, free of charge, to any person obtaining a copy
66-of this software and associated documentation files (the "Software"), to deal
77-in the Software without restriction, including without limitation the rights
88-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
99-copies of the Software, and to permit persons to whom the Software is
1010-furnished to do so, subject to the following conditions:
1111-1212-The above copyright notice and this permission notice shall be included in all
1313-copies or substantial portions of the Software.
1414-1515-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1616-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1717-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1818-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2121-SOFTWARE.
+3
justfile
···77# hermetic — see `set dotenv-load := false` above.
88db-url := 'sqlite:./data/polymodel.db'
991010+default:
1111+ @just --list
1212+1013# Format Rust sources. Run clippy/check separately; clippy --fix can corrupt RSX.
1114fix:
1215 cargo fmt --all