Skip to content

Commit

Permalink
add decription and language
Browse files Browse the repository at this point in the history
  • Loading branch information
XAMPPRocky committed Jul 18, 2021
1 parent a81d225 commit dc4bd5c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 45 deletions.
45 changes: 0 additions & 45 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions standards/mib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
name = "rasn-mib"
version = "0.3.0"
edition = "2018"
description = "Data types for handling Management Information Base objects."
license = "Apache-2.0/MIT"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
2 changes: 2 additions & 0 deletions standards/smi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name = "rasn-smi"
version = "0.3.0"
authors = ["Erin Power <[email protected]>"]
edition = "2018"
description = "Data types for handling Structure for Management Information"
license = "Apache-2.0/MIT"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
2 changes: 2 additions & 0 deletions standards/snmp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
name = "rasn-snmp"
version = "0.3.0"
edition = "2018"
description = "Data types for handling the Simple Network Management Protocol"
license = "Apache-2.0/MIT"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down

0 comments on commit dc4bd5c

Please sign in to comment.