Skip to content

Commit

Permalink
update Cargo.tom + .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
density215 committed Dec 8, 2023
1 parent b6177b5 commit 1fd8b9c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
.DS_Store
.vscode
/target
/doc/manual/build
.devcontainer/
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[package]

Check notice on line 1 in Cargo.toml

View workflow job for this annotation

GitHub Actions / full / pkg (rotonda, debian:bullseye, x86_64)

Cargo deb variant 'debian-bullseye' not found, using defaults instead.

Check notice on line 1 in Cargo.toml

View workflow job for this annotation

GitHub Actions / full / pkg (rotonda, debian:bookworm, x86_64)

Cargo deb variant 'debian-bookworm' not found, using defaults instead.
name = "rotonda"
version = "0.0.1-dev"
rust-version = "1.65"
authors = ["NLnet Labs <[email protected]>"]
edition = "2021"
rust-version = "1.71"
authors = ["NLnet Labs <[email protected]>"]
description = "A modular analytical BGP Engine"
repository = "https://github.com/NLnetLabs/rotonda/"
keywords = ["routing", "bgp"]
Expand Down Expand Up @@ -140,4 +140,4 @@ assets = [

# ensure that the useradd tools are present by installing their respective packages
[package.metadata.generate-rpm.requires]
shadow-utils = "*"
shadow-utils = "*"

0 comments on commit 1fd8b9c

Please sign in to comment.