Add comprehensive documentation and finalize project license
This commit introduces detailed documentation files, including installation, configuration, API, agents, and an index. It also updates the README with new sections and registers the MIT license for the project. These changes aim to improve clarity and ease of use for developers and contributors.
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
name = "web-agent-rs"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
license = "MIT"
|
||||
|
||||
[[bin]]
|
||||
edition = "2021"
|
||||
@@ -30,4 +31,3 @@ tower-http = { version = "0.6.2", features = ["trace"] }
|
||||
anyhow = "1.0.97"
|
||||
base64 = "0.22.1"
|
||||
fips204 = "0.4.6"
|
||||
|
||||
|
Reference in New Issue
Block a user