Skip to content

Commit a9660d6

Browse files
committed
feat: update dependencies and fix legacy documents
1 parent 3d97d43 commit a9660d6

File tree

9 files changed

+1195
-11
lines changed

9 files changed

+1195
-11
lines changed

Cargo.lock

+86-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ crate-type = ["cdylib"]
1515

1616
[dependencies]
1717
pyo3 = { version = "0.19.2", features = ["abi3-py39"] }
18+
rand = "0.8.5"
1819
time = "0.3.36"

README.rst

+14
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,20 @@ Secondly, regarding the cross-platform robot framework, it is primarily based on
2424

2525
To avoid any potential disputes or misunderstandings, we have listed the licenses of the projects we have used and express our gratitude towards them. Please see `credits.pdf`_.
2626

27+
*Cite This Software*
28+
29+
.. code:: bibtex
30+
31+
@inproceedings{Hsiang_IamAI_A_Python_2023,
32+
author = {Hsiang, Nianian},
33+
month = aug,
34+
pages = {1--10},
35+
publisher = {Association for AICMUniversity},
36+
title = {{IamAI: A Python Library for Artificial Intelligence and RobotFramework}},
37+
url = {https://pub.aicmu.ac.cn},
38+
year = {2023}
39+
}
40+
2741
----
2842

2943
`MIT`_ © 2023-PRESENT `Retro for Wut?`_.

0 commit comments

Comments
 (0)